]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVirtualExec.h
Compil sous Windows
[bbtk.git] / kernel / src / bbtkVirtualExec.h
index cc2d81b547a170aad6b09fa1fd4d66f683d2e0da..2b57eb0323366ad9365740bd827dc63fb7f16144 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVirtualExec.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/04/18 12:59:16 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2008/05/06 13:45:12 $
+  Version:   $Revision: 1.15 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -37,7 +37,7 @@ namespace bbtk
   class Interpreter;
   BBTK_FORWARD_DECLARE_POINTER(Interpreter);
 
-  class /*BBTK_EXPORT*/ VirtualExec : public Object
+  class BBTK_EXPORT VirtualExec : public Object
   {
     BBTK_ABSTRACT_OBJECT_INTERFACE(VirtualExec);
   public:
@@ -173,7 +173,7 @@ namespace bbtk
     virtual void Reset() = 0;
     
     /// Sets the level of message for kind
-    virtual void SetMessageLevel(const std::string &kind, int level) = 0,;
+    virtual void SetMessageLevel(const std::string &kind, int level) = 0;
     
     /// Prints help on the messages
     virtual void HelpMessages() = 0;
@@ -181,7 +181,7 @@ namespace bbtk
     /// Prints the string ... MORE : TO EXPLAIN 
     virtual void Print(const std::string & message) = 0;
 
-    ComplexBlackBoxDescriptor::Pointer GetWorkspace() 
+    virtual ComplexBlackBoxDescriptor::Pointer GetWorkspace() 
     { return  ComplexBlackBoxDescriptor::Pointer(); }
   
   //  static const std::string& GetObjectDescription() = 0;