summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/TIE/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/TIE/test_i.h')
-rw-r--r--TAO/tests/POA/TIE/test_i.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tests/POA/TIE/test_i.h b/TAO/tests/POA/TIE/test_i.h
index 498d3620db1..0cdc235ffad 100644
--- a/TAO/tests/POA/TIE/test_i.h
+++ b/TAO/tests/POA/TIE/test_i.h
@@ -20,10 +20,10 @@ public:
Tie_i (CORBA::Long value);
/// Destructor.
- virtual ~Tie_i (void);
+ virtual ~Tie_i ();
// Simple doit method
- virtual CORBA::Long doit (void);
+ virtual CORBA::Long doit ();
protected:
CORBA::Long value_;
@@ -37,10 +37,10 @@ public:
PortableServer::POA_ptr poa);
// Simple doit method
- virtual CORBA::Long doit (void);
+ virtual CORBA::Long doit ();
// Returns the Default POA of this Servant object
- virtual PortableServer::POA_ptr _default_POA (void);
+ virtual PortableServer::POA_ptr _default_POA ();
protected:
CORBA::Long value_;
@@ -60,10 +60,10 @@ public:
PortableServer::POA_ptr poa);
// Simple doit method
- virtual CORBA::Long doit (void);
+ virtual CORBA::Long doit ();
// Returns the Default POA of this Servant object
- virtual PortableServer::POA_ptr _default_POA (void);
+ virtual PortableServer::POA_ptr _default_POA ();
protected:
CORBA::Long value_;
@@ -83,10 +83,10 @@ public:
PortableServer::POA_ptr poa);
// Simple doit method
- virtual CORBA::Long doit (void);
+ virtual CORBA::Long doit ();
// Returns the Default POA of this Servant object
- virtual PortableServer::POA_ptr _default_POA (void);
+ virtual PortableServer::POA_ptr _default_POA ();
protected:
CORBA::Long value_;