diff options
Diffstat (limited to 'CIAO/ciao/Port_Activator.h')
-rw-r--r-- | CIAO/ciao/Port_Activator.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CIAO/ciao/Port_Activator.h b/CIAO/ciao/Port_Activator.h index db047575405..f3914d7d786 100644 --- a/CIAO/ciao/Port_Activator.h +++ b/CIAO/ciao/Port_Activator.h @@ -67,12 +67,10 @@ namespace CIAO * specifications. */ virtual PortableServer::Servant activate ( - const PortableServer::ObjectId &oid - ACE_ENV_ARG_DECL) = 0; + const PortableServer::ObjectId &oid) = 0; virtual void deactivate ( - const PortableServer::Servant servant - ACE_ENV_ARG_DECL) = 0; + const PortableServer::Servant servant) = 0; protected: /// The object ID that is used to activate the servant within the |