X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestHash.cxx;h=385bb14d2ce0d3221eb5a79b8c4eb8dedfaf6e6b;hb=1e66f7398c38a3d71b480e0297e29636ea6e1c1b;hp=51f1ddf13cea8574645fd2f4e557a7c104890b7d;hpb=879f56a62d0772c95e92d0657882eb1886b4153d;p=gdcm.git diff --git a/Testing/TestHash.cxx b/Testing/TestHash.cxx index 51f1ddf1..385bb14d 100644 --- a/Testing/TestHash.cxx +++ b/Testing/TestHash.cxx @@ -1,10 +1,27 @@ +/*========================================================================= + + Program: gdcm + Module: $RCSfile: TestHash.cxx,v $ + Language: C++ + Date: $Date: 2005/02/02 10:05:26 $ + Version: $Revision: 1.17 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #include "gdcmCommon.h" //to shut up warnings // Checks the basic functionalities of STL . #include #include #include -int TestHash( int, char * [] ) +int TestHash( int, char *[] ) { std::cout << "Test::TestHash : " << std::endl; std::cout << " Checks that the basic STL functionalities required "