4 * @author Carlos O'Ryan <coryan@atdesk.com>
6 #ifndef Server_Peer__h_
7 #define Server_Peer__h_
12 : public POA_Test::Peer
15 Server_Peer (unsigned int seed
,
17 CORBA::ULong payload_size
);
19 void callme(Test::Peer_ptr callback
,
20 CORBA::ULong max_depth
,
21 Test::Payload
const & extra_data
);
30 CORBA::ULong payload_size_
;
33 #endif /* Server_Peer__h_ */