diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-15 16:17:08 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-15 16:17:08 +0000 |
commit | 4677e3d06dbdab005aa979027d956c53307fe9f2 (patch) | |
tree | 37eedbadb7d61e1820a7a8d6c86333f9e5d6ad64 /TAO/tao/ORB.h | |
parent | b3ace1b5d429741ae8ff226ba23aa1989ba9e377 (diff) | |
download | ATCD-4677e3d06dbdab005aa979027d956c53307fe9f2.tar.gz |
ChangeLogTag:Thu Apr 15 10:44:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 6868e0ec3a5..b31e6c1f748 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -212,6 +212,7 @@ public: // ORB_Core has special privileges friend class TAO_ORB_Core; + friend TAO_ORB_Core* TAO_ORB_Core_instance (void); class TAO_Export InvalidName : public CORBA_UserException { @@ -457,16 +458,16 @@ protected: // Implements the run routine private: - + CORBA_Object_ptr resolve_service (CORBA::String service_name, ACE_Time_Value *timeout, CORBA::Environment& ACE_TRY_ENV); // Resolve the service name. - + CORBA_Object_ptr resolve_trading_service (ACE_Time_Value *timeout, CORBA::Environment& ACE_TRY_ENV); // Resolve the trading object reference. - + int multicast_query (char *buf, const char *service_name, u_short port, @@ -474,18 +475,18 @@ private: // returns and IOR string, the client is responsible for freeing // memory! - + CORBA_Object_ptr multicast_to_service (const char *service_name, u_short port, ACE_Time_Value *timeout, CORBA::Environment& ACE_TRY_ENV); // Resolve the refernce of a service of type <name>. - + CORBA::Object_ptr file_string_to_object (const char* filename, CORBA::Environment& env); // Read an IOR from a file and then parse it, returning the object // reference. - + CORBA::Object_ptr iiop_string_to_object (const char* url, CORBA::Environment& env); // Read an IOR from a file and then parse it, returning the object |