summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h b/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
index e3cedf8b798..19880a002c3 100644
--- a/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
@@ -26,7 +26,7 @@
*
* @brief Paper Airplane Server Implementation Class
*
- * Sets up everything necessary to get the Paper Airplane Server
+ * Sets up everything necessary to get the Paper Airplane Server
* running.
*/
class Airplane_Server_i
@@ -40,10 +40,10 @@ public:
~Airplane_Server_i (void);
/// Initialize the Server state - parsing arguments and waiting
- int init (int argc, char **argv, CORBA::Environment &ACE_TRY_ENV);
+ int init (int argc, char **argv TAO_ENV_ARG_DECL);
- /// Run the orb
- int run (CORBA::Environment &ACE_TRY_ENV);
+ /// Run the orb
+ int run (TAO_ENV_SINGLE_ARG_DECL);
private:
/// Parses the commandline arguments.
@@ -64,7 +64,7 @@ private:
/// The POA manager.
PortableServer::POAManager_var poa_manager_;
- /// The Paper Airplane Server Implementation.
+ /// The Paper Airplane Server Implementation.
Airplane_i *server_impl_;
/// File where the IOR of the server object is stored.