summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-04-27 03:00:02 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-04-27 03:00:02 +0000
commita7434eb6407faef98c1e76e622fed72f1b840456 (patch)
treee0af3101b653c51d7bdb1d3d22554895847e55df
parent4ec6b99a1ca33e496ebc3b02effc0b4fe945c332 (diff)
downloadATCD-a7434eb6407faef98c1e76e622fed72f1b840456.tar.gz
ChangeLog tag: Thu Apr 27 02:58:23 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp16
-rw-r--r--TAO/tao/EndpointPolicy/Endpoint_Value_Impl.h2
3 files changed, 26 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 077cf85c202..07127a335ed 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Thu Apr 27 02:58:23 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * tao/EndpointPolicy/Endpoint_Value_Impl.cpp:
+ * tao/EndpointPolicy/Endpoint_Value_Impl.h:
+
+ Added a virtual destructor to this otherwise abstract base
+ class.
+
Wed Apr 26 21:24:54 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
* NEWS:
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()
+{
+}
diff --git a/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.h b/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.h
index 14cc43b7382..4151f19f572 100644
--- a/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.h
+++ b/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.h
@@ -16,6 +16,7 @@
#include /**/ "ace/pre.h"
+#include "tao/Basic_Types.h"
#include "tao/EndpointPolicy/EndpointPolicy_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -41,6 +42,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_EndpointPolicy_Export TAO_Endpoint_Value_Impl
{
public:
+ virtual ~TAO_Endpoint_Value_Impl(void);
/// This method is used to compare a candidate IOR endpoint with the
/// endpoint defined by this policy value.