Ignore:
Timestamp:
03/24/11 21:38:31 (2 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
2d69ab6
Parents:
569a179
Message:

0.4.x a lot of tweaks and fixes (now works as a replacement for 0.3.x in many ways)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckTaskSched/CheckTaskSched.h

    r1ecd26f r7443b58  
    5151  bool hasCommandHandler(); 
    5252  bool hasMessageHandler(); 
    53   NSCAPI::nagiosReturn handleCommand(const strEx::wci_string command, std::list<std::wstring> arguments, std::wstring &message, std::wstring &perf); 
     53  NSCAPI::nagiosReturn handleCommand(const std::wstring command, std::list<std::wstring> arguments, std::wstring &message, std::wstring &perf); 
    5454  int CheckTaskSched::commandLineExec(const TCHAR* command,const unsigned int argLen,TCHAR** args); 
    5555 
Note: See TracChangeset for help on using the changeset viewer.