Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / mfc / w32_test_impl.h
blob386c775b1731cabab1572abd6e6be976171e945c
1 #ifndef w32_test_impl_h
2 #define w32_test_impl_h
4 #include "w32_testS.h"
6 class W32_Test_Impl : public POA_W32_Test_Interface
8 public:
9 ~W32_Test_Impl ();
11 W32_Test_Impl ();
13 char *getresponse (CORBA::Long respnr);
15 private:
16 int blabla;
19 #endif