diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-01 19:19:44 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-01 19:19:44 +0000 |
commit | ca97179eb8b9fd97e7c57f588500431b32388de7 (patch) | |
tree | f19ab7af6ac505dee78dab2e5113041352537a22 /TAO/tao/DomainC.h | |
parent | 7fa46bc06d5d64a042567e09cc0a16d9883400d8 (diff) | |
download | ATCD-ca97179eb8b9fd97e7c57f588500431b32388de7.tar.gz |
ChangeLogTag:Fri Sep 1 14:18:35 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/DomainC.h')
-rw-r--r-- | TAO/tao/DomainC.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/DomainC.h b/TAO/tao/DomainC.h index 04e3a916fe9..ecadbf0cfa7 100644 --- a/TAO/tao/DomainC.h +++ b/TAO/tao/DomainC.h @@ -530,6 +530,9 @@ TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA_DomainManager * extern TAO_Export CORBA_ConstructionPolicy_ptr (*_TAO_collocation_CORBA_ConstructionPolicy_Stub_Factory_function_pointer) ( CORBA::Object_ptr obj ); + +#ifndef __ACE_INLINE__ + // Any operators for interface CORBA_ConstructionPolicy TAO_Export void operator<<= (CORBA::Any &, CORBA_ConstructionPolicy_ptr); TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA_ConstructionPolicy *&); @@ -537,6 +540,8 @@ TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA_ConstructionPol TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA_ConstructionPolicy_ptr ); TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA_ConstructionPolicy_ptr &); +#endif /* __ACE_INLINE__ */ + #endif /* TAO_HAS_MINIMUM_CORBA */ TAO_Export void operator<<= (CORBA::Any &, const CORBA_DomainManagerList &); // copying version |