]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreterPython.h
#3499 Export to JavaScript
[bbtk.git] / kernel / src / bbtkInterpreterPython.h
similarity index 93%
rename from kernel/src/bbtkInterpreterPy.h
rename to kernel/src/bbtkInterpreterPython.h
index a65ecf6db712cc55b88c7a9bf2cee2ba67bfcd52..07a0ba27b17f2f67d70f9ec36e023dc3805b91b5 100644 (file)
@@ -32,8 +32,8 @@ Version:   $Revision$
 =========================================================================*/
 
 
-#ifndef __bbtkBBPInterpreter_h__
-#define __bbtkBBPInterpreter_h__
+#ifndef __bbtkBBPInterpreterPython_h__
+#define __bbtkBBPInterpreterPython_h__
 
 //Includes bbtk
 #include "bbtkInterpreterVirtual.h"
@@ -48,12 +48,12 @@ Version:   $Revision$
 
 namespace bbtk
 {
-  class BBTK_EXPORT InterpreterPy : public InterpreterVirtual
+  class BBTK_EXPORT InterpreterPython : public InterpreterVirtual
   {
   public:
     static Pointer New();
-    InterpreterPy();
-    ~InterpreterPy();
+    InterpreterPython();
+    ~InterpreterPython();
 
     //Public methods