X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmUtil.h;h=3ec7b666d11ff4dbba58c53fd82fca55e97f1305;hb=40b909789581894e57a0d8f22d6f1f91f55e7f84;hp=3371cb3e46db65e0fa2bdf4b2bf6fd8ef8d9724b;hpb=c9dd24ae7aab3c9f32af740ebfce6dfb47bd855f;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index 3371cb3e..3ec7b666 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.h,v $ Language: C++ - Date: $Date: 2004/10/10 00:42:55 $ - Version: $Revision: 1.35 $ + Date: $Date: 2004/10/12 04:35:48 $ + Version: $Revision: 1.36 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,7 +23,8 @@ #include #include - +namespace gdcm +{ /** * \defgroup Globals Utility functions * \brief Here are some utility functions, belonging to NO class, @@ -33,7 +34,7 @@ //----------------------------------------------------------------------------- -class GDCM_EXPORT gdcmUtil +class GDCM_EXPORT Util { public: static std::string Format(const char* format, ...); @@ -48,5 +49,6 @@ public: static std::string GetPath(std::string &fullName); static std::string GetName(std::string &fullName); }; +} // end namespace gdcm //----------------------------------------------------------------------------- #endif