8 #include "orbsvcs/FT_NamingManagerC.h"
9 #include "orbsvcs/PortableGroupC.h"
11 #if defined (_MSC_VER)
12 # pragma warning(push)
13 # pragma warning (disable:4250)
18 /// Implement the Test::Basic interface
20 : public virtual POA_Test::Basic
24 Basic (CORBA::Object_ptr object_group
,
25 FT_Naming::NamingManager_ptr lm
,
29 virtual char * get_string (void);
31 virtual void shutdown (void);
33 virtual void remove_member (void);
37 const char* object_group_name_
;
39 /// Use an ORB reference to convert strings to objects and shutdown
43 /// Load Manager Reference used to delete the servant reference from the
45 FT_Naming::NamingManager_var nm_
;
47 /// location of the servant
48 CORBA::String_var location_
;
50 /// Object Group reference.
51 CORBA::Object_var object_group_
;