summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
index 1e7f3eea363..2911211282d 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
@@ -109,11 +109,11 @@ public:
virtual ~TAO_EC_Event_Channel (void);
// destructor
- virtual void activate (CORBA::Environment& env);
+ virtual void activate (CORBA::Environment &env = TAO_default_environment ());
// Start the internal threads (if any), etc.
// After this call the EC can be used.
- virtual void shutdown (CORBA::Environment &env);
+ virtual void shutdown (CORBA::Environment &env = TAO_default_environment ());
// Shutdown any internal threads, cleanup all the internal
// structures, flush all the messages, etc.