summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-12 09:37:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-12 09:37:58 +0000
commit6f35186f1881fd76312acec1006edfeed8dc6b37 (patch)
tree9027961b26b76973669e0e727aa0ae2354875819 /TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h
parentacbed053de34e1eb0be53b48a97fd9ab0c17d6ac (diff)
downloadATCD-6f35186f1881fd76312acec1006edfeed8dc6b37.tar.gz
ChangeLogTag:Sat Nov 12 01:34:26 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h
index a2106a68aa3..c2eb737544e 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h
@@ -13,6 +13,9 @@
#ifndef TAO_FTEC_FAULT_LISTENER_H
#define TAO_FTEC_FAULT_LISTENER_H
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_FTEC_Fault_Listener
{
@@ -21,4 +24,6 @@ public:
virtual void connection_closed()=0;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif