]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBox.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkComplexBlackBox.h
index 3a5d8fb7c5ccbfdddd83c1eaa89ed9e336b21cf6..7be6b041e4e1f509daec099388550c29dc9a3d1c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/18 12:59:15 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/04/22 14:30:25 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -78,11 +78,9 @@ namespace bbtk
                                      bool setModified = true);
 
      /// Connects the input <name> to the connection c
-    virtual void bbConnectInput( const std::string& name, 
-                                Connection::Pointer c);
+    virtual void bbConnectInput( const std::string& name, Connection* c);
     /// Connects the output <name> to the connection c
-    virtual void bbConnectOutput( const std::string& name, 
-                                 Connection::Pointer c);
+    virtual void bbConnectOutput( const std::string& name, Connection* c);
 
     BlackBox::Pointer bbGetBlackBox( const std::string& name );