summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/Servant_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/Servant_Factory.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/Servant_Factory.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Servant_Factory.h b/TAO/orbsvcs/IFR_Service/Servant_Factory.h
index 8c2657f65d3..dd9b29d1934 100644
--- a/TAO/orbsvcs/IFR_Service/Servant_Factory.h
+++ b/TAO/orbsvcs/IFR_Service/Servant_Factory.h
@@ -47,28 +47,28 @@ public:
// constructor
TAO_IDLType_i *create_idltype (ACE_Configuration_Section_Key key
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// For internal use - faster than creating an object reference and
// sending a request, and can call utility functions not in IDL.
TAO_Contained_i *create_contained (ACE_Configuration_Section_Key key
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// For internal use - faster than creating an object reference and
// sending a request, and can call utility functions not in IDL.
TAO_Container_i *create_container (ACE_Configuration_Section_Key key
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// For internal use - faster than creating an object reference and
// sending a request, and can call utility functions not in IDL.
PortableServer::Servant create_tie (ACE_Configuration_Section_Key key,
PortableServer::POA_ptr poa
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// Used by the servant locator to create a servant.
CORBA::Object_ptr create_objref (CORBA::DefinitionKind def_kind,
const char *obj_id
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// Used to create return values.
private:
TAO_Repository_i *repo_;