4 * @author Carlos O'Ryan <coryan@atdesk.com>
6 #ifndef Client_Peer__h_
7 #define Client_Peer__h_
12 : public POA_Test::Peer
15 Client_Peer (CORBA::ORB_ptr orb
);
17 void callme(Test::Peer_ptr callback
,
18 CORBA::ULong max_depth
,
19 Test::Payload
const &);
27 #endif /* Client_Peer__h_ */