]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConnection.h
MagicBox : support of data synchronization + various related fixes
[bbtk.git] / kernel / src / bbtkConnection.h
index 391385abea6ff7df7fea174e5416ed70a951d40a..6c81d9e280b4b49e210828044740c8842c9f3f17 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConnection.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/11 09:50:35 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2009/03/30 14:42:16 $
+  Version:   $Revision: 1.12 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -166,7 +166,7 @@ namespace bbtk
     /// Sets the members but does not test compatibility (used by bbtk::AdaptiveConnection)
     //  Connection(BlackBox* from, const std::string& output,
     //        BlackBox* to, const std::string& input, int   );
-    
+  public:   
     void TransferData(); 
 
   private: