summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Argument_T.inl
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-14 12:50:21 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-14 12:50:21 +0000
commit5db10f1e77c6c38e34f1368fc205ee422ff7021d (patch)
tree9d76b7710d5f6320f4e3a3d958c0807374059250 /TAO/tao/Object_Argument_T.inl
parenta31c4c0cd6e038e4edc95d73492a2adcc41bef58 (diff)
downloadATCD-5db10f1e77c6c38e34f1368fc205ee422ff7021d.tar.gz
ChangeLogTag: Mon Aug 14 12:49:11 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Object_Argument_T.inl')
-rw-r--r--TAO/tao/Object_Argument_T.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/Object_Argument_T.inl b/TAO/tao/Object_Argument_T.inl
index 15fc275f033..e069b7f02fb 100644
--- a/TAO/tao/Object_Argument_T.inl
+++ b/TAO/tao/Object_Argument_T.inl
@@ -20,6 +20,14 @@ TAO::In_Object_Argument_T<S_ptr,Insert_Policy>::arg (void) const
return this->x_;
}
+template<typename S_ptr,
+ class Insert_Policy>
+ACE_INLINE
+TAO::In_Object_Clonable_Argument_T<S_ptr,Insert_Policy>::In_Object_Clonable_Argument_T (S_ptr x)
+ : In_Object_Argument_T<S_ptr,Insert_Policy> (x),
+ is_clone_ (false)
+{}
+
// ==========================================================================
template<typename S_ptr,