]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxOutputConnector.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxOutputConnector.h
index dab12742c24cece2d395837a7b46d92bb99e3fd6..52b48237023d0ddbf3bf3fc04af6b3f5621728c4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxOutputConnector.h,v $
   Language:  C++
-  Date:      $Date: 2008/01/22 15:02:00 $
-  Version:   $Revision: 1.1 $
+  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
@@ -46,11 +46,12 @@ namespace bbtk
     void UnsetConnection(Connection* c);
     //IOStatus Update();
     void SetModifiedStatus();
-    const std::vector<Connection*>& GetConnectionVector() const { return mConnection; }
+    typedef std::vector<Connection*> ConnectionVector;
+    const ConnectionVector& GetConnectionVector() const { return mConnection; }
     
   private:
     /// The vector of output connections
-    std::vector<Connection*> mConnection;
+    ConnectionVector mConnection;
     /// The status of the output 
     //IOStatus mStatus;
   };