X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=08e26fb39feb817fa827201200f6a8972fecc073;hb=863fe0bf3841e950f63be7a16c13beed5b60b7d8;hp=cb9dcbd389ea8a9407a4fad58bb2f4bd799c6b3b;hpb=0457e1e8fc68df6d9e2d1a0fcd0053ecee3c5ad7;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index cb9dcbd3..08e26fb3 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -1,4 +1,4 @@ -// gdcmUtil.h +// $Header: /cvs/public/gdcm/src/gdcmUtil.h,v 1.10 2003/05/21 16:26:28 regrain Exp $ #ifndef GDCMUTIL_H #define GDCMUTIL_H @@ -8,7 +8,6 @@ #include #include "gdcmVR.h" #include "gdcmDictSet.h" -using namespace std; class gdcmDebug { private: @@ -33,11 +32,11 @@ public: static gdcmDictSet * GetDicts(void); }; -istream & eatwhite(istream & is); +std::istream & eatwhite(std::istream & is); -void Tokenize (const string& str, - vector& tokens, - const string& delimiters = " "); +void Tokenize (const std::string& str, + std::vector& tokens, + const std::string& delimiters = " "); extern gdcmDebug dbg;