Ignore:
Timestamp:
09/27/11 22:25:27 (20 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
234a037
Parents:
a629015
Message:
  • Fixed many many issues all over the place as I tried to make things working for my pressention at nwc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/nscapi/nscapi_plugin_wrapper.hpp

    ra629015 r9b9be81  
    123123    public: 
    124124      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; 
    126126 
    127127    }; 
Note: See TracChangeset for help on using the changeset viewer.