summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/ValueBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/ValueBase.cpp')
-rw-r--r--TAO/tao/Valuetype/ValueBase.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Valuetype/ValueBase.cpp b/TAO/tao/Valuetype/ValueBase.cpp
index 46283454a1d..f80c1684469 100644
--- a/TAO/tao/Valuetype/ValueBase.cpp
+++ b/TAO/tao/Valuetype/ValueBase.cpp
@@ -78,6 +78,10 @@ CORBA::ValueBase::ValueBase (void)
{
}
+CORBA::ValueBase::ValueBase (const ValueBase&)
+{
+}
+
CORBA::ValueBase::~ValueBase (void)
{
}