diff options
Diffstat (limited to 'TAO/examples/POA/TIE/test_i.h')
-rw-r--r-- | TAO/examples/POA/TIE/test_i.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/examples/POA/TIE/test_i.h b/TAO/examples/POA/TIE/test_i.h index 0f211e53d6a..b2a456bc0bf 100644 --- a/TAO/examples/POA/TIE/test_i.h +++ b/TAO/examples/POA/TIE/test_i.h @@ -27,7 +27,7 @@ public: virtual ~Tie_i (void); // Simple doit method - virtual CORBA::Long doit (ACE_ENV_SINGLE_ARG_DECL) + virtual CORBA::Long doit (void) ACE_THROW_SPEC ((CORBA::SystemException)); protected: @@ -43,11 +43,11 @@ public: PortableServer::POA_ptr poa); // Simple doit method - virtual CORBA::Long doit (ACE_ENV_SINGLE_ARG_DECL) + virtual CORBA::Long doit (void) ACE_THROW_SPEC ((CORBA::SystemException)); // Returns the Default POA of this Servant object - virtual PortableServer::POA_ptr _default_POA (ACE_ENV_SINGLE_ARG_DECL); + virtual PortableServer::POA_ptr _default_POA (void); protected: @@ -69,11 +69,11 @@ public: PortableServer::POA_ptr poa); // Simple doit method - virtual CORBA::Long doit (ACE_ENV_SINGLE_ARG_DECL) + virtual CORBA::Long doit (void) ACE_THROW_SPEC ((CORBA::SystemException)); // Returns the Default POA of this Servant object - virtual PortableServer::POA_ptr _default_POA (ACE_ENV_SINGLE_ARG_DECL); + virtual PortableServer::POA_ptr _default_POA (void); protected: @@ -95,11 +95,11 @@ public: PortableServer::POA_ptr poa); // Simple doit method - virtual CORBA::Long doit (ACE_ENV_SINGLE_ARG_DECL) + virtual CORBA::Long doit (void) ACE_THROW_SPEC ((CORBA::SystemException)); // Returns the Default POA of this Servant object - virtual PortableServer::POA_ptr _default_POA (ACE_ENV_SINGLE_ARG_DECL); + virtual PortableServer::POA_ptr _default_POA (void); protected: |