diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-21 00:23:21 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-21 00:23:21 +0000 |
commit | 6d668306bc876fd2366ed58e16e2465fe0e8cbdc (patch) | |
tree | 7bd3976a91886c3b0de22d052daa86fd84ce70bb /TAO/tao/ObjectIDList.i | |
parent | fc201fee72fdc868e39b52532c5aeba60e1091e4 (diff) | |
download | ATCD-6d668306bc876fd2366ed58e16e2465fe0e8cbdc.tar.gz |
Added missing TAO_Export macros in class declarations and global function
definitions.
Diffstat (limited to 'TAO/tao/ObjectIDList.i')
-rw-r--r-- | TAO/tao/ObjectIDList.i | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/ObjectIDList.i b/TAO/tao/ObjectIDList.i index a03864bede7..431db4c7da7 100644 --- a/TAO/tao/ObjectIDList.i +++ b/TAO/tao/ObjectIDList.i @@ -198,7 +198,8 @@ CORBA_ORB_ObjectIdList_out::operator[] (CORBA::ULong slot) #endif /* end #if !defined */ -ACE_INLINE CORBA::Boolean operator<< ( +CORBA::Boolean TAO_Export +operator<< ( TAO_OutputCDR &strm, const CORBA_ORB_ObjectIdList &_tao_sequence ) @@ -214,7 +215,8 @@ ACE_INLINE CORBA::Boolean operator<< ( return 0; // error } -ACE_INLINE CORBA::Boolean operator>> (TAO_InputCDR &strm, CORBA_ORB_ObjectIdList &_tao_sequence) +CORBA::Boolean TAO_Export +operator>> (TAO_InputCDR &strm, CORBA_ORB_ObjectIdList &_tao_sequence) { CORBA::ULong _tao_seq_len; if (strm >> _tao_seq_len) |