]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.cxx
ENH: Adding 'gdcm' namespace. Be nice with me this was a ~13000 lines patch. Also...
[gdcm.git] / src / gdcmRLEFramesInfo.cxx
index 0c3d1ba397a97bb32e5cd0d41b34d0c84098353c..cf24f379876b949a4ca54336b74ecd2689dd6d46 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/10/06 09:58:08 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2004/10/12 04:35:47 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 
 #include "gdcmRLEFramesInfo.h"
 
-gdcmRLEFramesInfo::~gdcmRLEFramesInfo()
+namespace gdcm 
+{
+
+RLEFramesInfo::~RLEFramesInfo()
 {
    for(RLEFrameList::iterator it = Frames.begin(); it != Frames.end(); ++it)
    {
@@ -26,3 +29,4 @@ gdcmRLEFramesInfo::~gdcmRLEFramesInfo()
    }
    Frames.clear();
 }
+} // end namespace gdcm