2 #ifndef BIG_ONEWAYS_PEER_H
3 #define BIG_ONEWAYS_PEER_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Peer interface
10 : public virtual POA_Test::Peer
14 Peer (CORBA::ORB_ptr orb
);
19 // = The skeleton methods
20 virtual Test::Session_ptr
create_session (Test::Session_Control_ptr control
,
21 CORBA::ULong payload_size
,
22 CORBA::ULong thread_count
,
23 CORBA::ULong message_count
,
24 CORBA::ULong peer_count
);
25 virtual void shutdown ();
28 /// Keep a pointer to the ORB to shutdown cleanly
32 #include /**/ "ace/post.h"
33 #endif /* BIG_ONEWAYS_PEER_H */