summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/Value_VarOut_T.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-07-01 03:30:58 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-07-01 03:30:58 +0000
commitc4218b9725988b4e1061155c3616477a46d8425c (patch)
tree7b247d1ef21c897401827a3d90d41e82d2fdd8d6 /TAO/tao/Valuetype/Value_VarOut_T.h
parentd1f4ec89b4761404ac8678402752bf65eaa60485 (diff)
downloadATCD-c4218b9725988b4e1061155c3616477a46d8425c.tar.gz
ChangeLogTag:Mon Jun 30 22:29:51 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>refactor-stage4
Diffstat (limited to 'TAO/tao/Valuetype/Value_VarOut_T.h')
-rw-r--r--TAO/tao/Valuetype/Value_VarOut_T.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tao/Valuetype/Value_VarOut_T.h b/TAO/tao/Valuetype/Value_VarOut_T.h
index a2fcee4223e..320542876db 100644
--- a/TAO/tao/Valuetype/Value_VarOut_T.h
+++ b/TAO/tao/Valuetype/Value_VarOut_T.h
@@ -20,6 +20,22 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+namespace TAO
+{
+ /**
+ * struct Value_Traits
+ *
+ * @brief Specialized for each valuetype in generated code.
+ *
+ */
+ template<typename T>
+ struct Value_Traits
+ {
+ static void tao_add_ref (T *);
+ static void tao_remove_ref (T *);
+ };
+};
+
/**
* @class TAO_Value_Var_T
*