Changeset 39c73cd in nscp for service/NSClient++.h
- Timestamp:
- 08/13/11 22:38:21 (22 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 65a2940
- Parents:
- f881d47
- File:
-
- 1 edited
-
service/NSClient++.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
service/NSClient++.h
r7ec3dd1 r39c73cd 166 166 std::wstring execute(std::wstring password, std::wstring cmd, std::list<std::wstring> args); 167 167 void reportMessage(std::string data); 168 int command LineExec(const wchar_t* module, const unsigned int argLen, wchar_t** args);168 int command_line_exec(std::wstring module, std::wstring command, std::vector<std::wstring> arguments, std::vector<std::wstring> &resp); 169 169 170 170 struct service_controller {
Note: See TracChangeset
for help on using the changeset viewer.








