Changeset 3bdaf18 in nscp for modules/NRPEClient


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...

Location:
modules/NRPEClient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/NRPEClient/NRPEClient.cpp

    rd66ccee r3bdaf18  
    181181} 
    182182 
    183 int NRPEClient::commandLineExec(const unsigned int argLen, TCHAR** args) { 
     183int NRPEClient::commandLineExec(const unsigned int argLen, wchar_t** args) { 
    184184  try { 
    185185 
  • modules/NRPEClient/NRPEClient.h

    r7443b58 r3bdaf18  
    123123  bool hasMessageHandler(); 
    124124  NSCAPI::nagiosReturn handleCommand(const std::wstring command, std::list<std::wstring> arguments, std::wstring &message, std::wstring &perf); 
    125   int commandLineExec(const unsigned int argLen,TCHAR** args); 
     125  int commandLineExec(const unsigned int argLen,wchar_t** args); 
    126126  std::wstring getConfigurationMeta(); 
    127127 
Note: See TracChangeset for help on using the changeset viewer.