24 #include <core/plugin.h> 40 printf(
"TestPlugin constructor called\n");
47 printf(
"TestPlugin destructor called\n");
51 PLUGIN_DESCRIPTION(
"Test plugin")
Simple test plugin for QA application.
Fawkes library namespace.
TestPlugin(Configuration *config)
Constructor, prints out info message.
~TestPlugin()
Destrcutor, prints out info message.
Interface for configuration handling.