代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/420998/2057667
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/2057673
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/2057684
cc server.cc
/*
* A Bank factory that creates Account objects
*/
#include "account.h"
#include
#include
using namespace std;
CORBA::ORB_var orb;
CO
www.eeworm.com/read/420998/2057702
cc server.cc
/*
* A Bank factory that creates Account objects
*/
#include
#include "account.h"
using namespace std;
CORBA::ORB_var orb;
CORBA::Object_var securitymanager;
SecurityLevel2::Security
www.eeworm.com/read/420998/2057721
cc server.cc
#include "hello.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else // HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#endif // HAVE_ANSI_CPLUSPLUS_HEADERS
using namespace std;
clas
www.eeworm.com/read/420998/2057736
cc server.cc
#include
#include
#include "account.h"
using namespace std;
// Standard servant implementation
/*
* A Bank factory that creates Account objects
*/
/*
* Implementation of th
www.eeworm.com/read/420998/2057760
cc server.cc
/*
* A Bank factory that creates Account objects
*/
#include
#include "account.h"
using namespace std;
/*
* Implementation of the Account
*/
class Account_impl : virtual public PO
www.eeworm.com/read/420998/2057783
cc server.cc
/*
* A Bank factory that creates Account objects
*/
#include
#include "account.h"
#include
#include
#include
www.eeworm.com/read/420998/2057802
cc server.cc
/*
* A Bank factory that creates Account objects
*/
#include
#include "account.h"
using namespace std;
/*
* Implementation of the Account
*/
class Account_impl : virtual public PO
www.eeworm.com/read/420998/2057829
cc server.cc
/*
* A Bank factory that creates Account objects
*/
#include "account.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else // HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#endif // HA