]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxOutputConnector.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxOutputConnector.h
index fdfb5eb0bb32ad6dd079d3b84609f55a1d462e8d..58d1c21404ddabb4b507b5d3aa9d6522c44af550 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxOutputConnector.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/08 13:05:59 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2008/12/10 09:33:18 $
+  Version:   $Revision: 1.7 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -115,11 +115,6 @@ namespace bbtk
 
     /// Adds the function f to the list of functions to call when 
     /// the output changes.
-    /// f is of type ChangeCallbackType which is basically:
-    /// void (*ChangeCallbackType)(BlackBoxOutputConnector*)
-    /// To pass a member function 'f' of an instance 'c' of a class 'C' 
-    /// as callback you have to 'bind' it, i.e. call:
-    /// AddChangeObserver ( boost::bind( &C::f , c, _1 ) );
     void AddChangeObserver(OutputChangeCallbackType f); 
 
     /// Removes the function f from the list of functions to call when