summaryrefslogtreecommitdiff
path: root/TAO/examples/OBV/Simple_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/OBV/Simple_util.h')
-rw-r--r--TAO/examples/OBV/Simple_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/OBV/Simple_util.h b/TAO/examples/OBV/Simple_util.h
index d5edffeeb05..fc8fb5eb7c6 100644
--- a/TAO/examples/OBV/Simple_util.h
+++ b/TAO/examples/OBV/Simple_util.h
@@ -52,7 +52,7 @@ public:
int init (const char *servant_name,
int argc,
char *argv[]
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// Initialize the Server state - parsing arguments and waiting.
// interface_name is the name used to register the Servant.
@@ -60,7 +60,7 @@ public:
// After calling <init>, this method will register the server with
// the TAO Naming Service using the servant_name passed to <init>.
- int run (TAO_ENV_SINGLE_ARG_DECL);
+ int run (ACE_ENV_SINGLE_ARG_DECL);
// Run the orb.
protected:
@@ -121,7 +121,7 @@ public:
void shutdown (int);
// Fills in the shutdwon flag.
- int obtain_initial_references (TAO_ENV_SINGLE_ARG_DECL);
+ int obtain_initial_references (ACE_ENV_SINGLE_ARG_DECL);
// Initialize naming service
protected: