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