summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-10 06:47:24 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-10 06:47:24 +0000
commit1b6be8f5e2e7e445aaf70a493e04e7a6629614ff (patch)
tree2b80a1f74f8eefbb01501abb551e57aefbc240fd /TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
parent9f6a1de034a521f9aebc481639856fcfd8d0620d (diff)
downloadATCD-1b6be8f5e2e7e445aaf70a493e04e7a6629614ff.tar.gz
ChangeLogTag:Wed Nov 9 22:34:24 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
index 04b1ce0cfb9..8afbe38ef4e 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
/**
* @file EC_Event_Channel.h
*
@@ -25,6 +26,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_EC_Event_Channel
*
@@ -52,6 +55,8 @@ public:
int own_factory = 0);
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_EC_EVENT_CHANNEL_H */