4 #include /**/ "ace/pre.h"
9 : public virtual POA_Test::One
13 One_Impl (CORBA::ORB_ptr orb
);
15 // = The skeleton methods
16 virtual char * get_string (void);
19 /// Use an ORB reference to convert strings to objects and shutdown
25 : public virtual POA_Test::Two
29 Two_Impl (CORBA::ORB_ptr orb
);
31 // = The skeleton methods
32 virtual char * get_string (void);
35 /// Use an ORB reference to convert strings to objects and shutdown
41 : public virtual POA_Test::Three
45 Three_Impl (CORBA::ORB_ptr orb
);
47 // = The skeleton methods
48 virtual char * get_string (void);
51 /// Use an ORB reference to convert strings to objects and shutdown
56 #include /**/ "ace/post.h"