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 97c46b0b1f0..44844e12947 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[], CORBA::Environment& env);
+ int init (int argc, char *argv[] TAO_ENV_ARG_DECL);
// Initialize the Quoter_Server state - parsing arguments and ...
- int run (CORBA::Environment& env);
+ int run (TAO_ENV_SINGLE_ARG_DECL);
// Run the orb
u_int parse_args (void);