summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/Value_VarOut_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/Value_VarOut_T.h')
-rw-r--r--TAO/tao/Valuetype/Value_VarOut_T.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Valuetype/Value_VarOut_T.h b/TAO/tao/Valuetype/Value_VarOut_T.h
index 25e2af286dd..d6e94700362 100644
--- a/TAO/tao/Valuetype/Value_VarOut_T.h
+++ b/TAO/tao/Valuetype/Value_VarOut_T.h
@@ -30,12 +30,12 @@ namespace TAO
template<typename T>
struct Value_Traits
{
- static void add_ref (T *);
- static void remove_ref (T *);
+ static void tao_add_ref (T *);
+ static void tao_remove_ref (T *);
// For INOUT value type arguments, so they can use the same set
// of arg classes as interfaces.
- static void release (T *);
+ static void tao_release (T *);
};
}