summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-18 06:42:15 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-18 06:42:15 +0000
commit6ec18bf6fe27942e31642dfc488fee41d5fd81c0 (patch)
treed6ded9896c74ee27fc0d7b3dfa648c4c8a3dcdb7 /TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
parentcb3c4c78ca7951599380987118a07c95fb9ce755 (diff)
downloadATCD-6ec18bf6fe27942e31642dfc488fee41d5fd81c0.tar.gz
ChangeLogTag:Sun Aug 17 23:41:22 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
index 825f3a15165..9fc4f06efa0 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
@@ -5,11 +5,15 @@
#include "EC_Supplier_Filter.h"
#include "EC_Supplier_Filter_Builder.h"
+#include "ace/Reverse_Lock_T.h"
+
#if ! defined (__ACE_INLINE__)
#include "EC_ProxyConsumer.i"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(Event, EC_ProxyConsumer, "$Id$")
+ACE_RCSID (Event,
+ EC_ProxyConsumer,
+ "$Id$")
typedef ACE_Reverse_Lock<ACE_Lock> TAO_EC_Unlock;