2 #ifndef MT_BIDIR_RECEIVER_I_H
3 #define MT_BIDIR_RECEIVER_I_H
4 #include /**/ "ace/pre.h"
9 * Simply print count how many bytes were received.
12 : public virtual POA_Receiver
19 /// Get the number of events that have been received, local method
20 CORBA::Long
get_event_count (void);
22 // = The skeleton methods
23 virtual void receive_payload (const Receiver::Payload
&payload
);
26 TAO_SYNCH_MUTEX mutex_
;
27 CORBA::ULong message_count_
;
28 CORBA::ULong byte_count_
;
31 #include /**/ "ace/post.h"
32 #endif /* MUXING_RECEIVER_H */