]> Creatis software - gdcm.git/blobdiff - src/gdcmObject.h
FIX: Pb on recent linux machine
[gdcm.git] / src / gdcmObject.h
index 2f4317fade93a769d2bfc5199783d881d44bd7ee..04363a85a1341179f5ad7e47df3f824b1f848278 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmObject.h,v $
   Language:  C++
-  Date:      $Date: 2004/08/01 00:59:21 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2004/08/26 15:29:53 $
+  Version:   $Revision: 1.19 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -39,6 +39,9 @@ typedef std::list<gdcmObject *> ListContent;
 class GDCM_EXPORT gdcmObject : public gdcmSQItem
 {
 public:
+
+   gdcmObject(TagDocEntryHT *ptagHT, int depth = 0);
+   virtual ~gdcmObject();
    /**
     * \brief   Sets the print level for the Dicom Header 
     * \note    0 for Light Print; 1 for 'medium' Print, 2 for Heavy
@@ -51,9 +54,8 @@ public:
 protected:
 
    // Constructor and destructor are protected to avoid end user to
-   // instanciate from this class.
-   gdcmObject(TagDocEntryHT *ptagHT, int depth = 0);
-   virtual ~gdcmObject();
+   // instanciate from this class. 
+   // NO ! gdcmDicomDir needs to instanciate it!
 
 // Members :
    ///\brief detail level to be printed