summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/IFR_Service.h
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 20:21:11 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 20:21:11 +0000
commit56681ffa90714cf82c32e907c0f80cea75166740 (patch)
treefd798ba5478a08b4b6f842cb8515ed9776861f5f /TAO/orbsvcs/IFR_Service/IFR_Service.h
parent6b5e98c78a7f66029147fad41e2e75cea35854aa (diff)
downloadATCD-56681ffa90714cf82c32e907c0f80cea75166740.tar.gz
ChangeLogTag:Tue Jan 29 21:09:12 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/IFR_Service.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.h b/TAO/orbsvcs/IFR_Service/IFR_Service.h
index c73abc1c595..2df674784d1 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.h
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.h
@@ -46,29 +46,29 @@ public:
int init (int argc,
char *argv[]
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// Initialize the IFR service.
- int run (TAO_ENV_SINGLE_ARG_DECL);
+ int run (ACE_ENV_SINGLE_ARG_DECL);
// Run the IFR service.
- int fini (TAO_ENV_SINGLE_ARG_DECL);
+ int fini (ACE_ENV_SINGLE_ARG_DECL);
// Shut down the IFR service.
protected:
- int create_poas (TAO_ENV_SINGLE_ARG_DECL);
+ int create_poas (ACE_ENV_SINGLE_ARG_DECL);
// Two persistent POAs, one using a servant locator.
- int create_locator (TAO_ENV_SINGLE_ARG_DECL);
+ int create_locator (ACE_ENV_SINGLE_ARG_DECL);
// Create a servant locator and register it with its POA.
- int open_config (TAO_ENV_SINGLE_ARG_DECL);
+ int open_config (ACE_ENV_SINGLE_ARG_DECL);
// Open an ACE_Configuration of the appropriate type.
- int create_repository (TAO_ENV_SINGLE_ARG_DECL);
+ int create_repository (ACE_ENV_SINGLE_ARG_DECL);
// Create and initialize the repository.
- int init_multicast_server (TAO_ENV_SINGLE_ARG_DECL);
+ int init_multicast_server (ACE_ENV_SINGLE_ARG_DECL);
// Enable the Interface Repository to answer multicast requests
// for its IOR.