summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h b/TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h
index 0745ee56fd7..bb117cfc247 100644
--- a/TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h
@@ -15,14 +15,14 @@ class Test_i : public virtual POA_Test
{
public:
//Constructor
- Test_i (void);
+ Test_i ();
//Destructor
virtual ~Test_i ();
- virtual void foo (void);
+ virtual void foo ();
- virtual CORBA::Short get_call_count (void);
+ virtual CORBA::Short get_call_count ();
private:
CORBA::Short count_;