]> Creatis software - crea.git/blobdiff - src/creaSystem.h
Added binary path retrieval
[crea.git] / src / creaSystem.h
index d0111903250f8737c28bc44ab579c2622cf7691e..27d07bd626e6e6983194a27b31122818d0899430 100644 (file)
@@ -3,8 +3,8 @@
   Program:   crea
   Module:    $RCSfile: creaSystem.h,v $
   Language:  C++
-  Date:      $Date: 2008/09/26 14:09:55 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2009/06/03 15:28:11 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -226,6 +226,7 @@ namespace crea
   {
     /// returns true iff the program has a tty
     static int HasTTY(); 
+       static int GetAppPath(char *pname, size_t pathsize);
   };
 
 } // namespace crea