Skip to content
Snippets Groups Projects
Commit 499b2dfd authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

removed a function declaration which was not implemented and cannot be...

removed a function declaration which was not implemented and cannot be implemented right now (missing feature in the CSA)
parent 0fb42e8e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ namespace ChimeraTK {
/** Check if an input variable has new data. In case of an output variable, an exception will be thrown. If the
* wait_for_new_data access mode flag was not provided when creating the accessor, this function will return
* always false. */
bool hasNewData();
//bool hasNewData(); /// @todo TODO right now impossible to implement...
/** Write an output variable. In case of an input variable, an exception will be thrown. This function never
* blocks and is always implemented in a lock-free manner. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment