Changeset 9b9be81 in nscp for include/nscapi/nscapi_plugin_wrapper.hpp
- Timestamp:
- 09/27/11 22:25:27 (20 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 234a037
- Parents:
- a629015
- File:
-
- 1 edited
-
include/nscapi/nscapi_plugin_wrapper.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
include/nscapi/nscapi_plugin_wrapper.hpp
ra629015 r9b9be81 123 123 public: 124 124 NSCAPI::nagiosReturn handleRAWNotification(const wchar_t* channel, std::string request, std::string &response); 125 virtual NSCAPI::nagiosReturn handleSimpleNotification(const std::wstring channel, const std::wstring command, NSCAPI::nagiosReturn code, std::wstring msg, std::wstring perf) = 0;125 virtual NSCAPI::nagiosReturn handleSimpleNotification(const std::wstring channel, const std::wstring source, const std::wstring command, NSCAPI::nagiosReturn code, std::wstring msg, std::wstring perf) = 0; 126 126 127 127 };
Note: See TracChangeset
for help on using the changeset viewer.








