summaryrefslogtreecommitdiff
path: root/TAO/tao/Array_VarOut_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Array_VarOut_T.h')
-rw-r--r--TAO/tao/Array_VarOut_T.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Array_VarOut_T.h b/TAO/tao/Array_VarOut_T.h
index 0e9fd9ffe9e..17575b6f54a 100644
--- a/TAO/tao/Array_VarOut_T.h
+++ b/TAO/tao/Array_VarOut_T.h
@@ -159,6 +159,8 @@ public:
T_slice * _retn (void);
T_slice * ptr (void) const;
CORBA::Boolean nocopy (void) const;
+
+ static T_slice * tao_alloc (void);
private:
T_slice * ptr_;
CORBA::Boolean nocopy_;