source: nscp/modules/CheckEventLog/CheckEventLog.h @ a0528c4

0.4.00.4.10.4.2stable
Last change on this file since a0528c4 was a0528c4, checked in by Michael Medin <michael@…>, 8 years ago

Initial release

  • Property mode set to 100644
File size: 401 bytes
Line 
1NSC_WRAPPERS_MAIN();
2
3class CheckEventLog {
4private:
5
6public:
7        CheckEventLog();
8        virtual ~CheckEventLog();
9        // Module calls
10        bool loadModule();
11        bool unloadModule();
12        std::string getModuleName();
13        NSCModuleWrapper::module_version getModuleVersion();
14        bool hasCommandHandler();
15        bool hasMessageHandler();
16        std::string handleCommand(const std::string command, const unsigned int argLen, char **args);
17};
Note: See TracBrowser for help on using the repository browser.