summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.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/CosEvent/CEC_SupplierAdmin.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/CosEvent/CEC_SupplierAdmin.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.h
index 38f312bdc53..0ad1d64c26b 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.h
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.h
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
//=============================================================================
/**
* @file CEC_SupplierAdmin.h
@@ -13,7 +14,6 @@
*/
//=============================================================================
-
#ifndef TAO_CEC_SUPPLIERADMIN_H
#define TAO_CEC_SUPPLIERADMIN_H
@@ -31,6 +31,8 @@
#include "CEC_ProxyPullConsumer.h"
#include "event_serv_export.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_CEC_EventChannel;
/**
@@ -114,6 +116,8 @@ private:
PortableServer::POA_var default_POA_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "CEC_SupplierAdmin.i"
#endif /* __ACE_INLINE__ */