]> Creatis software - gdcm.git/blobdiff - Testing/TestInline.cxx
* Change the DocEntry inheritance to RefCounter
[gdcm.git] / Testing / TestInline.cxx
index 3b77056f727aa85f0c0c069bfa3371f4621fc760..27ad62ab5df633ebd1a31234c26136f573c876c6 100755 (executable)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestInline.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/10/24 13:17:22 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2005/10/24 16:00:46 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -33,7 +33,7 @@
 #include "gdcmDebug.h"
 #include <iostream>
 
-#include <time.h>
+/*#include <time.h>
 #ifdef CMAKE_HAVE_SYS_TIMES_H
 #include <sys/times.h>
 #else
@@ -57,28 +57,6 @@ double     passDirect(double a,  double b);
 double     passRef(double &a, double &b);
 double     passPtr(double *a, double *b);
 
-/*  
-//To perform a full check, just put the two 'static' functions
-//hifpswap and  hNoifpswap in a .h
-
-   static inline void hifpswap(double *a, double *b)    
-   {
-      double tmp;
-      tmp = *a;
-      *a = *b;
-      *b = tmp;
-   }
-
-   static void hNoifpswap(double *a, double *b)    
-   {
-      double tmp;
-      tmp = *a;
-      *a = *b;
-      *b = tmp;
-   }
-    
-*/
-
 #define       \
 mswap(a, b)   \
 {             \
@@ -412,3 +390,9 @@ int TestInline(int argc, char *argv[])
 
    return 0;
 }
+*/
+
+int TestInline(int argc, char *argv[])
+{
+   return 0;
+}