summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 23:16:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 23:16:13 +0000
commit43c230e2e6143d8cd706e6fc619696bd42f8a3fd (patch)
tree5fc29b6e758a1660e0931e1bb9e8a70bcdd79171 /TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
parent4bda1462b8daea0e92001461bed163f226356775 (diff)
downloadATCD-43c230e2e6143d8cd706e6fc619696bd42f8a3fd.tar.gz
ChangeLogTag:Fri Jun 18 18:00:02 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h b/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
index 802b4aecd4a..a48af969373 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
@@ -197,9 +197,13 @@ public:
// + Does it want to receive all changes?
//
- Observer_Entry (void);
- Observer_Entry (RtecEventChannelAdmin::Observer_Handle h,
- RtecEventChannelAdmin::Observer_ptr o);
+ // The ACE_INLINE macros here are to keep g++ 2.7.X happy,
+ // otherwise it thinks they are used as inline functions before
+ // beign used as such.... Apparently in the template code for the
+ // Hash_Map_Manager.
+ ACE_INLINE Observer_Entry (void);
+ ACE_INLINE Observer_Entry (RtecEventChannelAdmin::Observer_Handle h,
+ RtecEventChannelAdmin::Observer_ptr o);
RtecEventChannelAdmin::Observer_Handle handle;
// The handle