代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/420998/2057542
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/420998/2057551
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/420998/2057562
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/420998/2057569
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/420998/2057572
sh server.sh
./server -ORBDebug All -ORBIIOPAddr bt-l2cap:00:E0:03:24:57:7A#10
www.eeworm.com/read/420998/2057578
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/420998/2057622
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
www.eeworm.com/read/420998/2057637
cc server.cc
#include "InterOpTest.h"
#include
using namespace std;
class Peter_impl
: virtual public POA_InterOpTest::Peter
{
public:
virtual char*
say_hello(const char*);
};
char*
Pet
www.eeworm.com/read/420998/2057652
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
www.eeworm.com/read/420998/2057658
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