]> Creatis software - crea.git/blobdiff - src/creaSystem.h
Pass std::string as reference
[crea.git] / src / creaSystem.h
index f16ccbcea09d91b0c5a22405f8b5111f2878f449..3e1142b63d2ca1b9e37935ce215ecdb71afa4e51 100644 (file)
@@ -3,8 +3,8 @@
   Program:   crea
   Module:    $RCSfile: creaSystem.h,v $
   Language:  C++
-  Date:      $Date: 2010/03/22 19:11:47 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2010/04/01 11:05: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
@@ -28,8 +28,6 @@
 // We try for Visual 6..????
 //#pragma warning( disable : 4786)
 
-
-
 //-----------------------------------------------------------------------------
 //This is needed when compiling in debug mode
 #ifdef _MSC_VER
 */
 //-----------------------------------------------------------------------------
 
-
-
-
 //-----------------------------------------------------------------------------
 // Version
 #include <string.h>
@@ -160,9 +155,6 @@ namespace crea
 }
 //-----------------------------------------------------------------------------
 
-
-
-
 //-----------------------------------------------------------------------------
 /*
 #ifdef _WIN32
@@ -225,7 +217,7 @@ namespace crea
     /// returns true iff the program has a tty
     static int HasTTY(); 
        CREA_EXPORT static int GetAppPath(char *pname, size_t pathsize);
-       CREA_EXPORT static std::string GetDllAppPath(std::string nomdll);
+       CREA_EXPORT static std::string GetDllAppPath(std::string &nomdll);
     CREA_EXPORT static std::string GetExecutablePath();
 
   };