Changeset fe75eff in nscp for modules/CheckTaskSched2/CheckTaskSched2.h
- Timestamp:
- 08/16/11 16:54:55 (22 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 438998b
- Parents:
- b9498ef
- File:
-
- 1 edited
-
modules/CheckTaskSched2/CheckTaskSched2.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckTaskSched2/CheckTaskSched2.h
r3bdaf18 rfe75eff 28 28 #include "TaskSched.h" 29 29 30 class CheckTaskSched2 : public nscapi::impl:: SimpleCommand, public nscapi::impl::simple_plugin {30 class CheckTaskSched2 : public nscapi::impl::simple_command, public nscapi::impl::simple_plugin { 31 31 private: 32 32 std::wstring syntax; … … 51 51 bool hasCommandHandler(); 52 52 bool hasMessageHandler(); 53 NSCAPI::nagiosReturn handleCommand(const std::wstring command, std::list<std::wstring>arguments, std::wstring &message, std::wstring &perf);53 NSCAPI::nagiosReturn handleCommand(const std::wstring &target, const std::wstring &command, std::list<std::wstring> &arguments, std::wstring &message, std::wstring &perf); 54 54 int commandLineExec(const wchar_t* command,const unsigned int argLen,wchar_t** args); 55 55
Note: See TracChangeset
for help on using the changeset viewer.








