]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdSharedMemory.cxx
#3483 adaptor from string to long and long to string
[bbtk.git] / packages / std / src / bbstdSharedMemory.cxx
index 5dfd30a6a03ee5c167766c123cd576990320da54..ea3383e80f65d04e078790dae5171cca4ea8927b 100644 (file)
@@ -60,7 +60,8 @@ namespace bbstd
            // Get the name of the input which changed
            std::string input_name = c->GetConnection()->GetBlackBoxToInput();
            // Set the output to the value of the input which changed
-           bbSetOutputOut( bbGetInput(input_name) );   
+           bbSetOutputOut( bbGetInput(input_name) );
+          printf("EED SharedMemory::bbSetStatusAndPropagate input_name:%s \n",input_name.c_str() );
          }
        // No more change allowed
        mCanSet = false;
@@ -86,8 +87,8 @@ namespace bbstd
        {
                firsttime = false;
            bbSetOutputOut( bbGetInputIn() );   
-       }
-  }
+       } // if firsttime
+}
 
   BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,SharedMemory);
   BBTK_BLACK_BOX_IMPLEMENTATION(SharedMemory,bbtk::AtomicBlackBox);