]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
* src/*.[h] all occurences of stl classes are now prefixed with
[gdcm.git] / src / gdcmUtil.h
index cb9dcbd389ea8a9407a4fad58bb2f4bd799c6b3b..e00e8934f71e24994abad4fb2ac3d6931d974c33 100644 (file)
@@ -1,4 +1,4 @@
-// gdcmUtil.h
+// $Header: /cvs/public/gdcm/src/gdcmUtil.h,v 1.9 2003/05/21 14:42:46 frog Exp $
 
 #ifndef GDCMUTIL_H
 #define GDCMUTIL_H
@@ -8,7 +8,6 @@
 #include <string>
 #include "gdcmVR.h"
 #include "gdcmDictSet.h"
-using namespace std;
 
 class gdcmDebug {
 private:
@@ -35,9 +34,9 @@ public:
 
 istream & eatwhite(istream & is);
 
-void Tokenize (const string& str,
-               vector<string>& tokens,
-               const string& delimiters = " ");
+void Tokenize (const std::string& str,
+               std::vector<std::string>& tokens,
+               const std::string& delimiters = " ");
 
 extern gdcmDebug dbg;