summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Scheduling_Service/Scheduling_Service.h')
-rw-r--r--TAO/orbsvcs/Scheduling_Service/Scheduling_Service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.h b/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.h
index d04423f9799..f741fb60e6b 100644
--- a/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.h
+++ b/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.h
@@ -51,7 +51,7 @@ public:
int init (int argc, char *argv[]);
// Initialize the Scheduling Service with the arguments.
- int run (CORBA_Environment& ACE_TRY_ENV);
+ int run (TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
// Run the TAO_Scheduling_Service.
~TAO_Scheduling_Service (void);