]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirMeta.cxx
Cosmetic modifs to be more Coding style compliant
[gdcm.git] / src / gdcmDicomDirMeta.cxx
index 116acf30bb08a54eb0cb35082332e3f44fa3ca51..d04756c4a7d2be62a0f02745e2c3ec146a229f3d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirMeta.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/09/23 10:47:10 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2004/09/24 11:39:21 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -26,7 +26,7 @@
  * \ingroup gdcmMeta
  * \brief  Constructor
  */ 
-gdcmDicomDirMeta::gdcmDicomDirMeta(TagDocEntryHT *ptagHT):
+gdcmDicomDirMeta::gdcmDicomDirMeta(TagDocEntryHTptagHT):
    gdcmDicomDirObject(ptagHT)
 {
 
@@ -46,7 +46,7 @@ gdcmDicomDirMeta::~gdcmDicomDirMeta()
 /**
  * \brief   Prints the Meta Elements
  */ 
-void gdcmDicomDirMeta::Print(std::ostream &os)
+void gdcmDicomDirMeta::Print(std::ostreamos)
 {
    os << "META" << std::endl;
    // warning : META doesn't behave exactly like a gdcmObjet 
@@ -65,7 +65,7 @@ void gdcmDicomDirMeta::Print(std::ostream &os)
  * \brief   Writes the Meta Elements
  * @return
  */ 
-void gdcmDicomDirMeta::Write(FILE *fp, FileType t)
+void gdcmDicomDirMeta::Write(FILEfp, FileType t)
 {   
    for (ListDocEntry::iterator i = docEntries.begin();  
         i != docEntries.end();