diff options
author | fcolin | 2007-02-01 12:54:08 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:54:08 +0000 |
commit | 6300358647735a853543778d259132a76f983a2e (patch) | |
tree | 7e0bc166dc2b6ba8dba096260f768bdd83ada07b /Bus/Ivy | |
parent | 6e23b026fe019cc07db78af7d81fa5630cfc2f40 (diff) | |
download | ivy-cplusplus-6300358647735a853543778d259132a76f983a2e.zip ivy-cplusplus-6300358647735a853543778d259132a76f983a2e.tar.gz ivy-cplusplus-6300358647735a853543778d259132a76f983a2e.tar.bz2 ivy-cplusplus-6300358647735a853543778d259132a76f983a2e.tar.xz |
Utilisateur : Fcolin Date : 2/06/05 Heure : 18:42 Archivé dans $/Bus/Ivy Commentaire: Suppression de la STL et ajout d'un namespace pour les datatypes internes Ivy (vss 6)
Diffstat (limited to 'Bus/Ivy')
-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 70e0b5e..3920e64 100644 --- a/Bus/Ivy/BufferedSocket.h +++ b/Bus/Ivy/BufferedSocket.h @@ -31,6 +31,6 @@ protected: char *current_ptr;
// Buffer Emission
CRITICAL_SECTION m_CritSection;
- list<string> buf_out;
+ ivy::list<ivy::string> buf_out;
};
|