implrepo.diff
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· DIFF 代码 · 共 1,949 行 · 第 1/4 页
DIFF
1,949 行
class _TAO_Administration_Remote_Proxy_Broker;
-
+
class TAO_PortableServer_Export Administration
: public virtual CORBA::Object
{
@@ -890,30 +892,30 @@
typedef Administration_ptr _ptr_type;
typedef Administration_var _var_type;
static int _tao_class_id;
-
+
// The static operations.
static Administration_ptr _duplicate (Administration_ptr obj);
-
+
static Administration_ptr _narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static Administration_ptr _unchecked_narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static Administration_ptr _nil (void)
{
return (Administration_ptr)0;
}
-
+
static void _tao_any_destructor (void *);
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual void activate_server (
const char * server
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -923,10 +925,10 @@
, ImplementationRepository::NotFound
, ImplementationRepository::CannotActivate
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual char * activate_server_with_startup (
const char * server,
CORBA::Long check_startup
@@ -937,10 +939,10 @@
, ImplementationRepository::NotFound
, ImplementationRepository::CannotActivate
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual void register_server (
const char * server,
const ImplementationRepository::StartupOptions & options
@@ -950,10 +952,10 @@
CORBA::SystemException
, ImplementationRepository::AlreadyRegistered
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual void reregister_server (
const char * server,
const ImplementationRepository::StartupOptions & options
@@ -962,10 +964,10 @@
ACE_THROW_SPEC ((
CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual void remove_server (
const char * server
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -974,10 +976,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual void shutdown_server (
const char * server
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -986,10 +988,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual char * server_is_running (
const char * server,
const char * addr,
@@ -1000,10 +1002,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual void server_is_shutting_down (
const char * server
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1012,10 +1014,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual void find (
const char * server,
ImplementationRepository::ServerInformation_out info
@@ -1025,10 +1027,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
-
+
virtual void list (
CORBA::ULong how_many,
ImplementationRepository::ServerInformationList_out server_list,
@@ -1038,70 +1040,70 @@
ACE_THROW_SPEC ((
CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_interface/interface_ch.cpp:207
-
+
virtual CORBA::Boolean _is_a (
const char *type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual void *_tao_QueryInterface (ptr_arith_t type);
-
+
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
private:
_TAO_Administration_Proxy_Broker *the_TAO_Administration_Proxy_Broker_;
-
+
protected:
Administration (int collocated = 0);
-
+
// These methods travese the inheritance tree and set the
// parents piece of the given class in the right mode.
virtual void ImplementationRepository_Administration_setup_collocation (int collocated);
-
+
Administration (IOP::IOR *ior,
TAO_ORB_Core *orb_core = 0);
-
+
Administration (
- TAO_Stub *objref,
+ TAO_Stub *objref,
CORBA::Boolean _tao_collocated = 0,
TAO_Abstract_ServantBase *servant = 0,
TAO_ORB_Core *orb_core = 0
);
virtual ~Administration (void);
-
+
friend class _TAO_Administration_Remote_Proxy_Impl;
friend class _TAO_Administration_ThruPOA_Proxy_Impl;
friend class _TAO_Administration_Direct_Proxy_Impl;
-
+
private:
Administration (const Administration &);
void operator= (const Administration &);
};
-
+
// The Proxy Implementations are used by each interface to
// perform a call. Each different implementation encapsulates
// an invocation logic.
-
-
+
+
///////////////////////////////////////////////////////////////////////
// Base Proxy Impl. Declaration
//
-
+
// TAO_IDL - Generated from
// be/be_visitor_interface/base_proxy_impl_ch.cpp:35
-
+
class TAO_PortableServer_Export _TAO_Administration_Proxy_Impl
: public virtual TAO_Object_Proxy_Impl
{
public:
virtual ~_TAO_Administration_Proxy_Impl (void) {}
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual void activate_server (
CORBA::Object *_collocated_tao_target_,
const char * server
@@ -1112,10 +1114,10 @@
, ImplementationRepository::NotFound
, ImplementationRepository::CannotActivate
)) = 0;
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual char * activate_server_with_startup (
CORBA::Object *_collocated_tao_target_,
const char * server,
@@ -1127,10 +1129,10 @@
, ImplementationRepository::NotFound
, ImplementationRepository::CannotActivate
)) = 0;
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual void register_server (
CORBA::Object *_collocated_tao_target_,
const char * server,
@@ -1141,10 +1143,10 @@
CORBA::SystemException
, ImplementationRepository::AlreadyRegistered
)) = 0;
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual void reregister_server (
CORBA::Object *_collocated_tao_target_,
const char * server,
@@ -1154,10 +1156,10 @@
ACE_THROW_SPEC ((
CORBA::SystemException
)) = 0;
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual void remove_server (
CORBA::Object *_collocated_tao_target_,
const char * server
@@ -1167,10 +1169,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
)) = 0;
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual void shutdown_server (
CORBA::Object *_collocated_tao_target_,
const char * server
@@ -1180,10 +1182,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
)) = 0;
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual char * server_is_running (
CORBA::Object *_collocated_tao_target_,
const char * server,
@@ -1195,10 +1197,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
)) = 0;
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual void server_is_shutting_down (
CORBA::Object *_collocated_tao_target_,
const char * server
@@ -1208,10 +1210,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
)) = 0;
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual void find (
CORBA::Object *_collocated_tao_target_,
const char * server,
@@ -1222,10 +1224,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
)) = 0;
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/base_proxy_impl_ch.cpp:24
-
+
virtual void list (
CORBA::Object *_collocated_tao_target_,
CORBA::ULong how_many,
@@ -1236,35 +1238,35 @@
ACE_THROW_SPEC ((
CORBA::SystemException
)) = 0;
-
+
protected:
_TAO_Administration_Proxy_Impl (void);
};
-
+
//
// End Base Proxy Impl. Declaration
///////////////////////////////////////////////////////////////////////
-
-
+
+
///////////////////////////////////////////////////////////////////////
// Remote Proxy Impl. Declaration
//
-
+
// TAO_IDL - Generated from
// be/be_visitor_interface/remote_proxy_impl_ch.cpp:37
-
+
class TAO_PortableServer_Export _TAO_Administration_Remote_Proxy_Impl
: public virtual _TAO_Administration_Proxy_Impl,
public virtual TAO_Remote_Object_Proxy_Impl
{
public:
_TAO_Administration_Remote_Proxy_Impl (void);
-
+
virtual ~_TAO_Administration_Remote_Proxy_Impl (void) {}
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/proxy_impl_xh.cpp:24
-
+
virtual void activate_server (
CORBA::Object *_collocated_tao_target_,
const char * server
@@ -1275,10 +1277,10 @@
, ImplementationRepository::NotFound
, ImplementationRepository::CannotActivate
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/proxy_impl_xh.cpp:24
-
+
virtual char * activate_server_with_startup (
CORBA::Object *_collocated_tao_target_,
const char * server,
@@ -1290,10 +1292,10 @@
, ImplementationRepository::NotFound
, ImplementationRepository::CannotActivate
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/proxy_impl_xh.cpp:24
-
+
virtual void register_server (
CORBA::Object *_collocated_tao_target_,
const char * server,
@@ -1304,10 +1306,10 @@
CORBA::SystemException
, ImplementationRepository::AlreadyRegistered
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/proxy_impl_xh.cpp:24
-
+
virtual void reregister_server (
CORBA::Object *_collocated_tao_target_,
const char * server,
@@ -1317,10 +1319,10 @@
ACE_THROW_SPEC ((
CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/proxy_impl_xh.cpp:24
-
+
virtual void remove_server (
CORBA::Object *_collocated_tao_target_,
const char * server
@@ -1330,10 +1332,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/proxy_impl_xh.cpp:24
-
+
virtual void shutdown_server (
CORBA::Object *_collocated_tao_target_,
const char * server
@@ -1343,10 +1345,10 @@
CORBA::SystemException
, ImplementationRepository::NotFound
));
-
+
// TAO_IDL - Generated from
// be/be_visitor_operation/proxy_impl_xh.cpp:24
-
+
virtual char * server_is_running (
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?