summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-24 13:54:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-24 13:54:48 +0000
commitf208f994d6bfe4f384bbde9141e30404ae702aad (patch)
treec0bf9118c15f38168df47f3071a2d09d011dd89a
parent4e200212dd0b5c463ef1b94c816962c5495f596f (diff)
downloadATCD-f208f994d6bfe4f384bbde9141e30404ae702aad.tar.gz
ChangeLogTag: Thu Mar 24 13:54:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/Event_Channel.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.i b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.i
index 0bbb079a748..8007baa0d43 100644
--- a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.i
+++ b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.i
@@ -447,14 +447,14 @@ ACE_ES_Consumer_Rep_Timeout::init (ACE_ES_Consumer_Correlation *correlation,
ACE_ES_Consumer_Rep::init (correlation, dep);
}
-ACE_INLINE int
+ACE_INLINE long
ACE_ES_Consumer_Rep_Timeout::timer_id (void)
{
return timer_id_;
}
ACE_INLINE void
-ACE_ES_Consumer_Rep_Timeout::timer_id (int id)
+ACE_ES_Consumer_Rep_Timeout::timer_id (long id)
{
timer_id_ = id;
}