44 #include "telStringList.h"
53 typedef bool (*executeF)(bool);
58 typedef bool (*destroyF)();
59 typedef char* (*getACharStarF)();
60 typedef void* (*getAPropertyF)(
const char*);
70 CPlugin(
const string& name,
const string& cat = gNoneString,
71 RoadRunner* aRR = NULL);
75 string getImplementationLanguage();
76 virtual bool execute(
bool useThread =
false);
77 tlp::StringList getPropertyNames();
78 PropertyBase* getProperty(
const string& param);
82 string getLastError();
103 getAPropertyF getCProperty;
105 getACharStarF getCLastError;