summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/PolicyList_Destroyer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/PolicyList_Destroyer.inl')
-rw-r--r--TAO/tao/Utils/PolicyList_Destroyer.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/Utils/PolicyList_Destroyer.inl b/TAO/tao/Utils/PolicyList_Destroyer.inl
new file mode 100644
index 00000000000..a93e6334c87
--- /dev/null
+++ b/TAO/tao/Utils/PolicyList_Destroyer.inl
@@ -0,0 +1,13 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO::Utils::PolicyList_Destroyer::PolicyList_Destroyer (CORBA::ULong length_hint)
+ : CORBA::PolicyList(length_hint)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL