summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.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
commitcfde152c20737d3ea7a4d04e558fe9e690d896ad (patch)
tree2b80a1f74f8eefbb01501abb551e57aefbc240fd /TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.h
parent172d4670ca6496a405f0cf8fe80d63f842e5a438 (diff)
downloadATCD-cfde152c20737d3ea7a4d04e558fe9e690d896ad.tar.gz
ChangeLogTag:Wed Nov 9 22:34:24 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.h b/TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.h
index b5b93170f82..c08edb33d47 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/AV/Protocol_Factory.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -20,6 +20,7 @@
#include "ace/Service_Object.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class TAO_AV_Protocol_Object
@@ -96,5 +97,7 @@ public:
int ref_count;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_AV_PROTOCOL_FACTORY_T_H */