X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSQItem.h;h=147643e52bf12f375cbae45ed11ee760c9effc52;hb=db08881d6b93af8af99bf1b114c72828454c20a3;hp=28b18715e237e17d844155091d0fd415466b2168;hpb=5ac625c72835828d687ebdef878691d0913ae41b;p=gdcm.git diff --git a/src/gdcmSQItem.h b/src/gdcmSQItem.h index 28b18715..147643e5 100644 --- a/src/gdcmSQItem.h +++ b/src/gdcmSQItem.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSQItem.h,v $ Language: C++ - Date: $Date: 2005/11/29 12:48:47 $ - Version: $Revision: 1.49 $ + Date: $Date: 2007/05/23 14:18:11 $ + Version: $Revision: 1.52 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,7 +24,7 @@ #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { class DocEntry; @@ -45,7 +45,8 @@ class GDCM_EXPORT SQItem : public DocEntrySet public: static SQItem *New(int depthLevel) {return new SQItem(depthLevel);} - virtual void Print(std::ostream &os = std::cout, std::string const &indent = "" ); + virtual void Print(std::ostream &os = std::cout, + std::string const &indent = "" ); void WriteContent(std::ofstream *fp, FileType filetype); uint32_t ComputeFullLength();