summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/SArg_Traits_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/SArg_Traits_T.h')
-rw-r--r--TAO/tao/PortableServer/SArg_Traits_T.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/SArg_Traits_T.h b/TAO/tao/PortableServer/SArg_Traits_T.h
new file mode 100644
index 00000000000..09f01b6bef4
--- /dev/null
+++ b/TAO/tao/PortableServer/SArg_Traits_T.h
@@ -0,0 +1,42 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file SArg_Traits_T.h
+ *
+ * $Id$
+ *
+ * @author Jeff Parsons
+ * @author Carlos O'Ryan
+ */
+//=============================================================================
+
+#ifndef TAO_SARG_TRAITS_T_H
+#define TAO_SARG_TRAITS_T_H
+
+#include /**/ "ace/pre.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+namespace TAO
+{
+ /**
+ *
+ * @brief Base class for all skeleton arg traits specializations.
+ *
+ */
+ template<typename T>
+ class SArg_Traits
+ {
+ };
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+#include /**/ "ace/post.h"
+
+#endif /* TAO_SARG_TRAITS_T_H */