#include <Teko_StaticRequestCallback.hpp>

A simple request interface that takes a static bit of data to return to Teko. This is meant primarily as a testing and early stage development tool.
The constructor takes an object of the same type the class was templated on. It also takes a string to be used to match the request.
Definition at line 65 of file Teko_StaticRequestCallback.hpp.
1.7.6.1