Changeset 3bdaf18 in nscp for modules/NRPEClient
- Timestamp:
- 04/16/11 22:51:04 (2 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 7ec3dd1
- Parents:
- d66ccee
- Location:
- modules/NRPEClient
- Files:
-
- 2 edited
-
NRPEClient.cpp (modified) (1 diff)
-
NRPEClient.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NRPEClient/NRPEClient.cpp
rd66ccee r3bdaf18 181 181 } 182 182 183 int NRPEClient::commandLineExec(const unsigned int argLen, TCHAR** args) {183 int NRPEClient::commandLineExec(const unsigned int argLen, wchar_t** args) { 184 184 try { 185 185 -
modules/NRPEClient/NRPEClient.h
r7443b58 r3bdaf18 123 123 bool hasMessageHandler(); 124 124 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); 126 126 std::wstring getConfigurationMeta(); 127 127
Note: See TracChangeset
for help on using the changeset viewer.








