23 #ifndef _PLUGINS_GENERATOR_H_
24 #define _PLUGINS_GENERATOR_H_
35 const std::string &author,
36 const std::string &year,
37 const std::string &creation_date,
38 const std::string &plugin_name,
39 const std::string &description);
57 std::string _creation_date;
58 std::string _plugin_name;
59 std::string _plugin_name_underscore;
60 std::string _class_name_thread;
61 std::string _class_name_plugin;
62 std::string _description;
63 std::string _filename_thread_cpp;
64 std::string _filename_thread_h;
65 std::string _filename_plugin_cpp;
66 std::string _filename_makefile;
67 std::string _deflector;