summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
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.h
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.h')
-rw-r--r--TAO/tao/Object.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index 6b981761874..b47ba1f64aa 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -441,6 +441,13 @@ namespace TAO
static CORBA::Boolean marshal (const CORBA::Object_ptr p,
TAO_OutputCDR & cdr);
};
+
+ template<>
+ struct TAO_Export In_Object_Argument_Cloner_T<CORBA::InterfaceDef_ptr>
+ {
+ static void duplicate(CORBA::InterfaceDef_ptr objref);
+ static void release(CORBA::InterfaceDef_ptr objref);
+ };
}
/// This function pointer is set only when the Portable server