Changeset 3bdaf18 in nscp for modules/NRPEServer


Ignore:
Timestamp:
04/16/11 22:51:04 (2 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
7ec3dd1
Parents:
d66ccee
Message:

Tweaks to building on linux, stil need to fix the utf8 issue and some modules...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NRPEServer/NRPEServer.h

    r5e12ba6 r3bdaf18  
    6666  bool hasCommandHandler(); 
    6767  bool hasMessageHandler(); 
    68   NSCAPI::nagiosReturn handleCommand(const strEx::blindstr command, const unsigned int argLen, TCHAR **char_args, std::wstring &message, std::wstring &perf); 
     68  NSCAPI::nagiosReturn handleCommand(const strEx::blindstr command, const unsigned int argLen, wchar_t **char_args, std::wstring &message, std::wstring &perf); 
    6969  std::wstring getConfigurationMeta(); 
    7070  boost::shared_ptr<nrpe::server::server> server_; 
Note: See TracChangeset for help on using the changeset viewer.