summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/Foo_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/TIE/Foo_i.h')
-rw-r--r--TAO/examples/POA/TIE/Foo_i.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/examples/POA/TIE/Foo_i.h b/TAO/examples/POA/TIE/Foo_i.h
index fdf7fce2ab6..116e5384ca6 100644
--- a/TAO/examples/POA/TIE/Foo_i.h
+++ b/TAO/examples/POA/TIE/Foo_i.h
@@ -25,8 +25,7 @@ public:
Tie_i (CORBA::Long value);
// Simple doit method
- virtual CORBA::Long doit (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long doit (CORBA::Environment &env);
protected:
@@ -41,8 +40,7 @@ public:
PortableServer::POA_ptr poa);
// Simple doit method
- virtual CORBA::Long doit (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long doit (CORBA::Environment &env);
// Returns the Default POA of this Servant object
virtual PortableServer::POA_ptr _default_POA (CORBA::Environment &env);
@@ -67,8 +65,7 @@ public:
PortableServer::POA_ptr poa);
// Simple doit method
- virtual CORBA::Long doit (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long doit (CORBA::Environment &env);
// Returns the Default POA of this Servant object
virtual PortableServer::POA_ptr _default_POA (CORBA::Environment &env);
@@ -93,8 +90,7 @@ public:
PortableServer::POA_ptr poa);
// Simple doit method
- virtual CORBA::Long doit (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long doit (CORBA::Environment &env);
// Returns the Default POA of this Servant object
virtual PortableServer::POA_ptr _default_POA (CORBA::Environment &env);