#include <InvokerBase.hpp>
This is the base class that defines the interface of all invocable method implementations. Any invocable method implementation must inherit from this class such that it can be used transparantly by the OperationCaller, Operation and SendHandle containers.
Definition at line 69 of file InvokerBase.hpp.