]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkInterpreter.h
index 483068bf8935c230eb008e9b08a5c6ef09941029..8440873b352781f93eb0a1a6dcd7346a9ab1f705 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkInterpreter.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/04/22 09:40:11 $
-  Version:   $Revision: 1.28 $
+  Date:      $Date: 2008/04/25 08:05:23 $
+  Version:   $Revision: 1.29 $
 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -182,7 +182,7 @@ namespace bbtk
       cKind, // LG
       cNewGUI, // LG
       cWorkspace, // LG
-      cObject
+      cDebug // LG
     } CommandCodeType;
 
     /// The structure storing the informations on a command 
@@ -260,7 +260,7 @@ namespace bbtk
     void NewGUI(const std::string& box, 
                const std::string& instanceName);
 
-    void ObjectInfo(const std::string& name);
+    void Debug(const std::string& arg);
 
   private: