summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-29 06:34:08 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-29 06:34:08 +0000
commitae782f0db768bfe245e5f9bc6e662ab0cac94c7f (patch)
tree7981cbe1249845e9f918cd2cc41a4c9103d2e979
parentc23ec0c39b80ce8127ebde65661d884d34b6ca79 (diff)
downloadATCD-ae782f0db768bfe245e5f9bc6e662ab0cac94c7f.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/Value_Box_TypeCode.inl16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tao/Value_Box_TypeCode.inl b/TAO/tao/Value_Box_TypeCode.inl
new file mode 100644
index 00000000000..d1a1f0ef418
--- /dev/null
+++ b/TAO/tao/Value_Box_TypeCode.inl
@@ -0,0 +1,16 @@
+// -*- C++ -*-
+//
+// $Id$
+
+
+template <typename StringType, class RefCountPolicy>
+ACE_INLINE
+TAO::TypeCode::Value_Box<StringType, RefCountPolicy>::Value_Box (
+ char const * id,
+ char const * name,
+ CORBA::TypeCode_ptr const * tc)
+ : RefCountPolicy (),
+ attributes_ (id, name),
+ content_type_ (tc)
+{
+}