]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.h
no message
[bbtk.git] / kernel / src / bbtkInterpreter.h
index 96fe7dc56e41c58e48347e185891b1956753f96f..043706409546e792bda5093a332b9e860ab1c9aa 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkInterpreter.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/15 09:04:47 $
-  Version:   $Revision: 1.39 $
+  Date:      $Date: 2010/09/12 23:15:15 $
+  Version:   $Revision: 1.40 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -327,13 +327,13 @@ namespace bbtk
 
     void Debug(const std::string& arg);
 
+         /// Constructor
+         Interpreter(const std::string& cpp_file = "");
+         
+         Interpreter(VirtualExec::Pointer);
+         
   private:
 
-    /// Constructor
-    Interpreter(const std::string& cpp_file = "");
-
-    Interpreter(VirtualExec::Pointer);
 
     void Init(VirtualExec::Pointer, const std::string& cpp_file);