summaryrefslogtreecommitdiff
path: root/Ivy/BufferedSocket.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:54:00 +0000
committerfcolin2007-02-01 12:54:00 +0000
commitb2d1035cde733bc2e70f5976fa8453808bcca416 (patch)
treeb82c7b799c97661adc59b7945611c07fdf6fddcd /Ivy/BufferedSocket.h
parentc3cdcd52eb86f5ed96a515370e073e604ebb1a53 (diff)
downloadivy-cplusplus-b2d1035cde733bc2e70f5976fa8453808bcca416.zip
ivy-cplusplus-b2d1035cde733bc2e70f5976fa8453808bcca416.tar.gz
ivy-cplusplus-b2d1035cde733bc2e70f5976fa8453808bcca416.tar.bz2
ivy-cplusplus-b2d1035cde733bc2e70f5976fa8453808bcca416.tar.xz
Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 2)
Diffstat (limited to 'Ivy/BufferedSocket.h')
-rw-r--r--Ivy/BufferedSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/BufferedSocket.h b/Ivy/BufferedSocket.h
index 5f104c6..e72138f 100644
--- a/Ivy/BufferedSocket.h
+++ b/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_)