代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/416830/2106565
cc server.cc
/*
* A Bank factory that creates Account objects
*/
#include
#include "account.h"
#include
#include
#include
www.eeworm.com/read/416830/2106584
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/416830/2106611
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
www.eeworm.com/read/416830/2106635
cc server.cc
#include
#include "account.h"
using namespace std;
// Standard servant implementation
/*
* A Bank factory that creates Account objects
*/
/*
* Implementation of the Account
*/
cla
www.eeworm.com/read/416830/2106636
output server.output
Running.
server: after unmarshal for: create
RepoId=IDL:Bank:1.0
+++ allowed! +++
server: after unmarshal for: deposit
RepoId=IDL:Account:1.0
--- denied! ---
server: after unmarshal for: withdraw
Repo
www.eeworm.com/read/416830/2106655
cc server.cc
#define MICO_CONF_IMR
#include
#include
#include
#include
#include "account.h"
// create objects on demand when requested by a bind()
#defi
www.eeworm.com/read/416830/2106662
cc server.cc
/*
* A Bank factory that creates Account objects
*/
#define MICO_CONF_INTERCEPT
#include "account.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
using n
www.eeworm.com/read/416830/2106671
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;
PortableI
www.eeworm.com/read/416830/2106676
cc server.cc
/*
* A Bank factory that creates Account objects
*
* In this example, we set up a ServantManager. The bank creates
* references to "virtual" objects. When an account object is invoked
* for the f
www.eeworm.com/read/416830/2106691
cc server.cc
/*
* MICO --- a free CORBA implementation
* Copyright (C) 1997-98 Kay Roemer & Arno Puder
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the