diff options
author | fcolin | 2007-02-01 12:54:00 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:54:00 +0000 |
commit | af58f555422cacf5182a906c6c035914ca6106ee (patch) | |
tree | 2ced6d38f2602cef766e8f1a97f348fa10158347 | |
parent | de40b495ce0bfaa6d9f7ebf8e828e43e23feca0c (diff) | |
download | ivy-cplusplus-af58f555422cacf5182a906c6c035914ca6106ee.zip ivy-cplusplus-af58f555422cacf5182a906c6c035914ca6106ee.tar.gz ivy-cplusplus-af58f555422cacf5182a906c6c035914ca6106ee.tar.bz2 ivy-cplusplus-af58f555422cacf5182a906c6c035914ca6106ee.tar.xz |
Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 2)
-rw-r--r-- | Bus/Ivy/BufferedSocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/BufferedSocket.h b/Bus/Ivy/BufferedSocket.h index 5f104c6..e72138f 100644 --- a/Bus/Ivy/BufferedSocket.h +++ b/Bus/Ivy/BufferedSocket.h @@ -36,7 +36,7 @@ protected: char *ptr;
// Buffer Emission
CRITICAL_SECTION m_CritSection;
- list<string> buf_out;
+ std::list<String> buf_out;
};
#endif // !defined(AFX_BUFFEREDSOCKET_H__ECAC808B_3B4D_11D3_8A1E_00A0245B298A__INCLUDED_)
|