summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Factory_Finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Factory_Finder.h')
-rw-r--r--TAO/examples/Quoter/Factory_Finder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Quoter/Factory_Finder.h b/TAO/examples/Quoter/Factory_Finder.h
index 44844e12947..3d9e89ca85d 100644
--- a/TAO/examples/Quoter/Factory_Finder.h
+++ b/TAO/examples/Quoter/Factory_Finder.h
@@ -37,10 +37,10 @@ public:
~Quoter_Factory_Finder_Server (void);
// Destructor
- int init (int argc, char *argv[] TAO_ENV_ARG_DECL);
+ int init (int argc, char *argv[] ACE_ENV_ARG_DECL);
// Initialize the Quoter_Server state - parsing arguments and ...
- int run (TAO_ENV_SINGLE_ARG_DECL);
+ int run (ACE_ENV_SINGLE_ARG_DECL);
// Run the orb
u_int parse_args (void);