diff options
Diffstat (limited to 'TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h')
-rw-r--r-- | TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h b/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h index cb4e4fdb7e6..130bb198807 100644 --- a/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h +++ b/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h @@ -14,7 +14,6 @@ class Client_Task : public ACE_Task_Base { public: - /// Constructor Client_Task (const ACE_TCHAR *input, const ACE_TCHAR *simple_test_ior, @@ -22,7 +21,7 @@ public: ACE_Thread_Manager *thr_mgr); /// Thread entry point - int svc (void); + int svc (); CORBA::ULong error_count () const; |