summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RTCORBA_EventChannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RTCORBA_EventChannel.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RTCORBA_EventChannel.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RTCORBA_EventChannel.cpp b/TAO/orbsvcs/orbsvcs/Notify/RTCORBA_EventChannel.cpp
new file mode 100644
index 00000000000..53615a959cb
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Notify/RTCORBA_EventChannel.cpp
@@ -0,0 +1,22 @@
+// $Id$
+
+#include "RTCORBA_EventChannel.h"
+#include "EventChannel.h"
+#include "Proxy.h"
+#include "Admin.h"
+#include "EventChannelFactory.h"
+
+#if ! defined (__ACE_INLINE__)
+#include "RTCORBA_EventChannel.inl"
+#endif /* __ACE_INLINE__ */
+
+ACE_RCSID(RT_Notify, TAO_NS_RTCORBA_EventChannel, "$Id$")
+
+TAO_NS_RTCORBA_EventChannel::TAO_NS_RTCORBA_EventChannel (void)
+{
+}
+
+TAO_NS_RTCORBA_EventChannel::~TAO_NS_RTCORBA_EventChannel ()
+{
+}
+