]> Creatis software - gdcm.git/blobdiff - src/gdcmElValSet.cxx
fin sac de noeuds avec #include <string>
[gdcm.git] / src / gdcmElValSet.cxx
index b71d2784ac265a6f705ec62101f07d7b2ea5dd77..5d7a66173d455928fd4f83399be296d83af91989 100644 (file)
@@ -1,8 +1,15 @@
-// $Id: gdcmElValSet.cxx,v 1.18 2003/03/12 23:38:58 frog Exp $
+// $Id: gdcmElValSet.cxx,v 1.19 2003/03/13 15:56:26 jpr Exp $
 
 #include "gdcmUtil.h"
 #include "gdcmElValSet.h"
 
+<<<<<<< gdcmElValSet.cxx
+
+#include <vector>
+static void Tokenize (const string& str, vector<string>& tokens, const string& delimiters);
+
+
+
 TagElValueHT & gdcmElValSet::GetTagHt(void) {
        return tagHt;
 }