summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2683_Regression/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2683_Regression/test_i.h')
-rw-r--r--TAO/tests/Bug_2683_Regression/test_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2683_Regression/test_i.h b/TAO/tests/Bug_2683_Regression/test_i.h
index 154e49b5a11..61ceecfc642 100644
--- a/TAO/tests/Bug_2683_Regression/test_i.h
+++ b/TAO/tests/Bug_2683_Regression/test_i.h
@@ -12,7 +12,7 @@ class ORB_Killer : public ACE_Task_Base
public:
/// Constructor
ORB_Killer (CORBA::ORB_ptr orb);
- virtual int svc (void);
+ virtual int svc ();
private:
CORBA::ORB_var orb_;
};