diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-14 19:42:39 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-14 19:42:39 +0000 |
commit | 55b335f1db8fb77a60278f60f845ab433e529ca0 (patch) | |
tree | 44b59e64c919053e10be415470fe90e18492540e /ace/IOStream.h | |
parent | ce879527b2e48a4b849cba97e02b54db48ad3781 (diff) | |
download | ATCD-55b335f1db8fb77a60278f60f845ab433e529ca0.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r-- | ace/IOStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h index 55ceb3be4b9..28cbc6a42a6 100644 --- a/ace/IOStream.h +++ b/ace/IOStream.h @@ -52,7 +52,7 @@ typedef string ACE_IOStream_String; #endif /* __DECCXX_VER */ -class ACE_Quoted_String : public ACE_IOStream_String +class ACE_Export ACE_Quoted_String : public ACE_IOStream_String { public: inline ACE_Quoted_String (void) { *this = ""; } |