summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/SArg_Traits_T.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 09:26:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 09:26:56 +0000
commit95308be2e75a55ea78e0bd56e486e5f65b6ee60a (patch)
treeda21be1d8871e4d8f1fb0cc6f36f6de06584e8c0 /TAO/tao/PortableServer/SArg_Traits_T.h
parent93ea04d5325d1228d58e24ba13c92ec23dc57bc5 (diff)
downloadATCD-95308be2e75a55ea78e0bd56e486e5f65b6ee60a.tar.gz
ChangeLogTag:Thu Nov 3 09:26:21 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer/SArg_Traits_T.h')
-rw-r--r--TAO/tao/PortableServer/SArg_Traits_T.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/SArg_Traits_T.h b/TAO/tao/PortableServer/SArg_Traits_T.h
index 4287b2d2765..09f01b6bef4 100644
--- a/TAO/tao/PortableServer/SArg_Traits_T.h
+++ b/TAO/tao/PortableServer/SArg_Traits_T.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -6,11 +6,11 @@
*
* $Id$
*
- * @authors Jeff Parsons and Carlos O'Ryan
+ * @author Jeff Parsons
+ * @author Carlos O'Ryan
*/
//=============================================================================
-
#ifndef TAO_SARG_TRAITS_T_H
#define TAO_SARG_TRAITS_T_H
@@ -20,6 +20,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
/**
@@ -33,6 +35,8 @@ namespace TAO
};
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_SARG_TRAITS_T_H */