summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/Event_Channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/Event_Channel.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/Event_Channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.h b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.h
index ca3535f7f62..acc771444c6 100644
--- a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.h
+++ b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.h
@@ -686,8 +686,8 @@ public:
RtecEventChannelAdmin::Dependency &dep);
// = Get/set timer returned from the reactor.
- int timer_id (void);
- void timer_id (int);
+ long timer_id (void);
+ void timer_id (long);
// = Get/set preemption priority.
RtecScheduler::OS_Priority preemption_priority (void);
@@ -698,7 +698,7 @@ protected:
virtual int execute (void* arg = 0);
/// For cancelling timers.
- int timer_id_;
+ long timer_id_;
/// Store the preemption priority so we can cancel the correct timer.
/// The priority values may change during the life.