summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp')
-rw-r--r--ACE/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp b/ACE/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp
new file mode 100644
index 00000000000..2dc63baaa8e
--- /dev/null
+++ b/ACE/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp
@@ -0,0 +1,20 @@
+// -*- C++ -*-
+//=============================================================================
+/**
+ * @file Endpoint_Value_Impl.cpp
+ *
+ * $Id$
+ *
+ * @author Phil Mesnier <mesnier_p@ociweb.com>
+ */
+//=============================================================================
+
+#include "tao/EndpointPolicy/Endpoint_Value_Impl.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_Endpoint_Value_Impl::~TAO_Endpoint_Value_Impl()
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL