Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / mfc / w32_test_impl.h
blob1022be5cf40b032ff45dea7460da3a72087fe5bf
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 (void);
11 W32_Test_Impl (void);
13 char *getresponse (CORBA::Long respnr);
15 private:
16 int blabla;
19 #endif