Changeset 1eef1ee in nscp for modules/CheckEventLog/CheckEventLog.h
- Timestamp:
- 03/20/05 20:54:25 (8 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- c6e008c
- Parents:
- 2a94f3f
- File:
-
- 1 edited
-
modules/CheckEventLog/CheckEventLog.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckEventLog/CheckEventLog.h
ra0528c4 r1eef1ee 14 14 bool hasCommandHandler(); 15 15 bool hasMessageHandler(); 16 std::string handleCommand(const std::string command, const unsigned int argLen, char **args);16 NSCAPI::nagiosReturn handleCommand(const std::string command, const unsigned int argLen, char **char_args, std::string &message, std::string &perf); 17 17 };
Note: See TracChangeset
for help on using the changeset viewer.








