summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.cpp')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.cpp40
1 files changed, 40 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.cpp b/ACE/TAO/orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.cpp
new file mode 100644
index 00000000000..c093e008c15
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.cpp
@@ -0,0 +1,40 @@
+// $Id$
+
+#include "orbsvcs/Event/ECG_ConsumerEC_Control.h"
+
+ACE_RCSID(Event, ECG_ConsumerEventChannelControl, "$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_ECG_ConsumerEC_Control::TAO_ECG_ConsumerEC_Control (void)
+{
+}
+
+TAO_ECG_ConsumerEC_Control::~TAO_ECG_ConsumerEC_Control (void)
+{
+}
+
+int
+TAO_ECG_ConsumerEC_Control::activate (void)
+{
+ return 0;
+}
+
+int
+TAO_ECG_ConsumerEC_Control::shutdown (void)
+{
+ return 0;
+}
+
+void
+TAO_ECG_ConsumerEC_Control::event_channel_not_exist (TAO_EC_Gateway_IIOP *)
+{
+}
+
+void
+TAO_ECG_ConsumerEC_Control::system_exception (TAO_EC_Gateway_IIOP *,
+ CORBA::SystemException &)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL