summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/ValueBase.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-30 13:54:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-30 13:54:30 +0000
commit52a08b59ac7a6e2a2a96be64b42e36c4de3b9b9d (patch)
treeb25393924cbf51331e0388f1d6b780b0ef68e778 /TAO/tao/Valuetype/ValueBase.h
parent81d3d6a0d5a06a4140f41ba26ce551ac5348305b (diff)
downloadATCD-52a08b59ac7a6e2a2a96be64b42e36c4de3b9b9d.tar.gz
ChangeLogTag: Wed Mar 30 13:23:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Valuetype/ValueBase.h')
-rw-r--r--TAO/tao/Valuetype/ValueBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Valuetype/ValueBase.h b/TAO/tao/Valuetype/ValueBase.h
index fccbccbb688..03ad7846390 100644
--- a/TAO/tao/Valuetype/ValueBase.h
+++ b/TAO/tao/Valuetype/ValueBase.h
@@ -212,7 +212,7 @@ operator>> (TAO_InputCDR&, CORBA::ValueBase *&);
/// Used in generated code if CORBA::ValueBase is an argument or return type.
namespace TAO
{
- ACE_TEMPLATE_SPECIALIZATION
+ template<>
class TAO_Valuetype_Export Arg_Traits<CORBA::ValueBase>
: public Object_Arg_Traits_T<CORBA::ValueBase *,
CORBA::ValueBase_var,
@@ -222,7 +222,7 @@ namespace TAO
};
- ACE_TEMPLATE_SPECIALIZATION
+ template<>
struct TAO_Valuetype_Export Value_Traits<CORBA::ValueBase>
{
static void add_ref (CORBA::ValueBase *);