+2004-11-09 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+ * src/gdcmDicomDir.h : bug fix for the last Boix's commit (problem when
+ compiling with MSVC6)
+
2004-11-09 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
* Bugs fix for the Windows build with VC6
* CMakeLists.txt : bug fix - The include of the VTK lib is made only when it's
Program: gdcm
Module: $RCSfile: gdcmDicomDir.h,v $
Language: C++
- Date: $Date: 2004/11/09 10:25:27 $
- Version: $Revision: 1.37 $
+ Date: $Date: 2004/11/09 13:10:44 $
+ Version: $Revision: 1.38 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
class GDCM_EXPORT DicomDir: public Document
{
public:
- typedef GDCM_EXPORT void(Method)(void*);
+ typedef void(Method)(void*);
+
DicomDir( std::string const & filename, bool parseDir = false );
DicomDir();