summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/w32_test_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/mfc/w32_test_impl.h')
-rw-r--r--TAO/examples/mfc/w32_test_impl.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/examples/mfc/w32_test_impl.h b/TAO/examples/mfc/w32_test_impl.h
deleted file mode 100644
index 846029aa05a..00000000000
--- a/TAO/examples/mfc/w32_test_impl.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// $Id$
-
-#ifndef w32_test_impl_h
-#define w32_test_impl_h
-
-#include "w32_testS.h"
-
-class W32_Test_Impl : public POA_W32_Test_Interface
-{
-public:
- ~W32_Test_Impl (void);
-
- W32_Test_Impl (void);
-
- char *getresponse (CORBA::Long respnr);
-
-private:
- int blabla;
-};
-
-#endif