#ifndef LinearFunction_wrapper_H #define LinearFunction_wrapper_H extern "C" { /** Construct and return a LinearFunction instance as a pointer to a CCA component. */ gov::cca::Component * create_LinearFunction (); #define LINEARFUNCTION_ALIAS "LinearFunction" }; #endif // __LinearFunction_wrapper_h