summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/IR_Helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/IR_Helper.h')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/IR_Helper.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/IR_Helper.h b/TAO/orbsvcs/tests/ImplRepo/IR_Helper.h
index bffd082b524..a853291ed09 100644
--- a/TAO/orbsvcs/tests/ImplRepo/IR_Helper.h
+++ b/TAO/orbsvcs/tests/ImplRepo/IR_Helper.h
@@ -22,8 +22,7 @@
#include "tao/TAO.h"
#include "orbsvcs/ImplRepoC.h"
-
-class POA_Ping_Object;
+#include "orbsvcs/ImplRepoS.h"
class IR_Helper
// = TITLE
@@ -55,18 +54,17 @@ public:
CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Convert an object into a IR controlled object.
private:
- int read_ir_ior (CORBA_Environment &_env = CORBA_Environment::default_environment ());
-
char *name_;
- char *ir_key_;
-
- Implementation_Repository::INET_Addr *ir_addr_;
+ ImplementationRepository::Address *ir_addr_;
- POA_Ping_Object *ping_;
- CORBA::Object_ptr ping_ptr_;
+ POA_ImplementationRepository::ServerObject *server_object_;
+ // Pointer to our implementation of the server object
+
+ ImplementationRepository::ServerObject_ptr server_object_ptr_;
+ // Object pointer to <server_object>
- Implementation_Repository *implrepo_;
+ ImplementationRepository::Administration *implrepo_;
PortableServer::POA_var poa_;
CORBA::ORB_var orb_;
int debug_;