X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmFileHelper.h;h=62bacd2b450cbcfdaec83455232537cb02ec38de;hb=c2975ffb8c79fa4d745368d8d1c317c5a313dd0a;hp=9266727f06529346aa4f9a7331b6050c0500b8ce;hpb=84ccfe2f79e5bc2d999c51362674de7d07da2211;p=gdcm.git diff --git a/src/gdcmFileHelper.h b/src/gdcmFileHelper.h index 9266727f..62bacd2b 100644 --- a/src/gdcmFileHelper.h +++ b/src/gdcmFileHelper.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFileHelper.h,v $ Language: C++ - Date: $Date: 2005/11/22 20:24:46 $ - Version: $Revision: 1.32 $ + Date: $Date: 2005/11/29 17:21:35 $ + 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 @@ -57,8 +57,6 @@ public: /// \brief Constructs a FileHelper with a RefCounter from a fileHelper static FileHelper *New(File *header) {return new FileHelper(header);} - virtual ~FileHelper(); - void Print(std::ostream &os = std::cout, std::string const &indent = ""); /// Accessor to \ref File @@ -156,6 +154,10 @@ public: void SetKeepMediaStorageSOPClassUID (bool v) { KeepMediaStorageSOPClassUID = v; } // no GetKeepMediaStorageSOPClassUID() method, on purpose! + + void CallStartMethod(); + void CallProgressMethod(); + void CallEndMethod(); protected: FileHelper( );