]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxOutputConnector.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxOutputConnector.h
index 1ec2c361aa2f68236660423c18fcb733d6b2e43a..52b48237023d0ddbf3bf3fc04af6b3f5621728c4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxOutputConnector.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/18 12:59:15 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/04/22 14:30:25 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -42,11 +42,11 @@ namespace bbtk
      
     BlackBoxOutputConnector();
     ~BlackBoxOutputConnector();
-    void SetConnection(Connection::Pointer c);
-    void UnsetConnection(Connection::Pointer c);
+    void SetConnection(Connection* c);
+    void UnsetConnection(Connection* c);
     //IOStatus Update();
     void SetModifiedStatus();
-    typedef std::vector<Connection::WeakPointer> ConnectionVector;
+    typedef std::vector<Connection*> ConnectionVector;
     const ConnectionVector& GetConnectionVector() const { return mConnection; }
     
   private: