=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / Bug_3547_Regression / UDPTest_i.h
blob9cc4fc131d46debe6d4e074008b8b4773f84259a
1 #ifndef UDPTest_i_h
2 #define UDPTest_i_h
4 #include "UDPTestS.h"
6 // This class provides the implementation for Stock_Quoter interface.
7 class UDPTest_i : public virtual POA_UDPTestI
9 public:
10 UDPTest_i ();
11 virtual ~UDPTest_i ();
13 virtual void send(const ::UDPTestI::BufferT Msg);
15 bool received_send_;
18 #endif /* Stock_Quoter_i_h */