Skip to content

Instantly share code, notes, and snippets.

@falkTX
Created May 9, 2015 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save falkTX/f574d1600784ccf54920 to your computer and use it in GitHub Desktop.
Save falkTX/f574d1600784ccf54920 to your computer and use it in GitHub Desktop.
char* getState() const override
{
char* data = nullptr;
fMiddleWare->doReadOnlyOp([]{
fMaster->getalldata(&data);
});
return data;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment