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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/mfc/w32_test_impl.h b/TAO/examples/mfc/w32_test_impl.h
index 1022be5cf40..386c775b173 100644
--- a/TAO/examples/mfc/w32_test_impl.h
+++ b/TAO/examples/mfc/w32_test_impl.h
@@ -6,9 +6,9 @@
class W32_Test_Impl : public POA_W32_Test_Interface
{
public:
- ~W32_Test_Impl (void);
+ ~W32_Test_Impl ();
- W32_Test_Impl (void);
+ W32_Test_Impl ();
char *getresponse (CORBA::Long respnr);