]> Creatis software - gdcm.git/blobdiff - src/gdcmTS.h
Coding Style + Doxygenation
[gdcm.git] / src / gdcmTS.h
index 76ecc90a1d19e77c9199bf2614a28b8a1a85197a..94336b510a4878e98d2a97d6fb5915190949cabe 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmTS.h,v $
   Language:  C++
-  Date:      $Date: 2004/12/03 20:16:58 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2005/01/06 20:03:28 $
+  Version:   $Revision: 1.13 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -45,8 +45,8 @@ public:
 
    void Print(std::ostream &os = std::cout);
 
-   int Count(TSKey const & key);
-   TSAtr const & GetValue(TSKey const & key);
+   int Count(TSKey const &key);
+   TSAtr const &GetValue(TSKey const &key);
 
 private:
    TSHT TsMap;