modified py fns for cycafe callbacks
This commit is contained in:
@@ -31,9 +31,10 @@ struct change_eventHandlerArgs
|
||||
|
||||
if(c.status!=ECA_NORMAL) {
|
||||
std::cout << __METHOD__ << " STATUS IS " << c.status << std::endl;
|
||||
std::cout << __METHOD__ << " return from method enforced " << std::endl;
|
||||
return;
|
||||
std::cout << __METHOD__ << " return from method ***NOT*** enforced " << std::endl;
|
||||
//return;
|
||||
}
|
||||
//std::cout << __METHOD__ << " STATUS IS " << c.status << std::endl;
|
||||
|
||||
Helper helper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user