summaryrefslogtreecommitdiff
path: root/TAO/tao/Array_VarOut_T.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-06-02 07:38:06 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-06-02 07:38:06 +0000
commitc91cf4730938d9f0cf99768e3092794e5c968120 (patch)
tree5d66542032fa0d8a6e6477f5044d305055fced07 /TAO/tao/Array_VarOut_T.h
parent18246c7def2be102f4f63cfec13906420e3746ac (diff)
downloadATCD-c91cf4730938d9f0cf99768e3092794e5c968120.tar.gz
ChangeLogTag:Wed Jun 2 00:37:17 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Array_VarOut_T.h')
-rw-r--r--TAO/tao/Array_VarOut_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Array_VarOut_T.h b/TAO/tao/Array_VarOut_T.h
index ee495f345c4..c55e07de677 100644
--- a/TAO/tao/Array_VarOut_T.h
+++ b/TAO/tao/Array_VarOut_T.h
@@ -191,7 +191,7 @@ public:
static T_slice * tao_alloc (void);
private:
T_slice * ptr_;
- CORBA::Boolean nocopy_;
+ const CORBA::Boolean nocopy_;
};
#if defined (__ACE_INLINE__)