]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirMeta.cxx
* src/gdcmUtil.cxx : bug fix to find the Windows MAC address. Now, there
[gdcm.git] / src / gdcmDicomDirMeta.cxx
index 9c4a3cc882b68f8d1e40537ac4e135f4a851f57d..b1e40f543df216e2f677d1e95de7b775780d431d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirMeta.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/12/16 13:46:37 $
-  Version:   $Revision: 1.19 $
+  Date:      $Date: 2005/01/16 04:50:41 $
+  Version:   $Revision: 1.21 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -48,7 +48,7 @@ DicomDirMeta::~DicomDirMeta()
 /**
  * \brief   Prints the Meta Elements
  */ 
-void DicomDirMeta::Print(std::ostream& os)
+void DicomDirMeta::Print(std::ostream &os, std::string const & )
 {
    os << "META" << std::endl;
    // warning : META doesn't behave exactly like a Objet 
@@ -71,7 +71,7 @@ void DicomDirMeta::Print(std::ostream& os)
  * \brief   Writes the Meta Elements
  * @return
  */ 
-void DicomDirMeta::WriteContent(std::ofstreamfp, FileType t)
+void DicomDirMeta::WriteContent(std::ofstream *fp, FileType t)
 {   
    for (ListDocEntry::iterator i = DocEntries.begin();  
                               i != DocEntries.end();