diff options
author | fcolin | 2007-02-01 12:54:26 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:54:26 +0000 |
commit | 1df28b69754ba37c7590daf5f3f1aa9862361ded (patch) | |
tree | 85b10a6b0e8db9343f921711e1f3c289de1d9c55 /Bus | |
parent | 1b098d9f7f6ceea44f9f8ae549af2dabf1756503 (diff) | |
download | ivy-cplusplus-1df28b69754ba37c7590daf5f3f1aa9862361ded.zip ivy-cplusplus-1df28b69754ba37c7590daf5f3f1aa9862361ded.tar.gz ivy-cplusplus-1df28b69754ba37c7590daf5f3f1aa9862361ded.tar.bz2 ivy-cplusplus-1df28b69754ba37c7590daf5f3f1aa9862361ded.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 8)
Diffstat (limited to 'Bus')
-rw-r--r-- | Bus/Ivy/DataTypes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Bus/Ivy/DataTypes.h b/Bus/Ivy/DataTypes.h index daf9470..c98a812 100644 --- a/Bus/Ivy/DataTypes.h +++ b/Bus/Ivy/DataTypes.h @@ -11,6 +11,9 @@ #include <string.h>
+namespace ivy
+{
+
class string {
public:
string(size_t len = 0)
@@ -314,3 +317,4 @@ private: size_t len;
};
+}
\ No newline at end of file |