代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/247212/4483817
cc server.cc
#include
#include
#include "account.h"
using namespace std;
/*
* Implementation of the Account
*/
class Account_impl : virtual public POA_Account
{
public:
Account
www.eeworm.com/read/247212/4483843
cc server.cc
#define MICO_CONF_POA
#include
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
#include
#include
#inc
www.eeworm.com/read/247212/4483895
cc server.cc
/*
* Server
*/
#include "tricky.h"
#include "tricky_impl.h"
#include
using namespace std;
class iface_impl : virtual public POA_iface
{
public:
void skipped_value (base *b, vt *v)
www.eeworm.com/read/247212/4483905
cc server.cc
#include "tree.h"
#include "tree_impl.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
using namespace std;
int
main (int argc, char *argv[])
{
CORBA::OR
www.eeworm.com/read/247212/4483914
cc server.cc
/*
* Calendar server
*/
#include
#include "date.h"
#include "date_impl.h"
#include "calendar.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
www.eeworm.com/read/247212/4483925
cc server.cc
#include "abstract.h"
#include "abstract_impl.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
using namespace std;
class Example_impl :
virtual public P
www.eeworm.com/read/247212/4483932
cc server.cc
/*
* A simple "Hello World" example that uses the POA
*/
#include "hello.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
using namespace std;
/*
* Hell
www.eeworm.com/read/247212/4483935
sh server.sh
./server -ORBDebug All -ORBIIOPAddr bt-l2cap:00:E0:03:24:57:7A#10
www.eeworm.com/read/247212/4483941
cc server.cc
#include "callback.h"
#include
#include
#include
#include
using namespace std;
CORBA::ORB_ptr orb = CORBA::ORB::_nil();
CORBA::String_var mess; // = CORBA
www.eeworm.com/read/247212/4483985
cc server.cc
/*
* A simple "Hello World" example that uses the POA
*/
#include
#include "hello.h"
using namespace std;
/*
* Hello World implementation inherits the POA skeleton class
*/
class He