Changeset 83c2453 in nscp for include/nscapi/nscapi_protobuf_functions.hpp
- Timestamp:
- 03/26/12 21:59:55 (14 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 8d89d7a
- Parents:
- 822454f
- File:
-
- 1 edited
-
include/nscapi/nscapi_protobuf_functions.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
include/nscapi/nscapi_protobuf_functions.hpp
r84cdb9b r83c2453 145 145 static void create_simple_exec_request(const std::wstring &command, const std::list<std::wstring> & args, std::string &request); 146 146 static void create_simple_exec_request(const std::wstring &command, const std::vector<std::wstring> & args, std::string &request); 147 static voidparse_simple_exec_result(const std::string &response, std::list<std::wstring> &result);147 static int parse_simple_exec_result(const std::string &response, std::list<std::wstring> &result); 148 148 static void parse_simple_exec_result(const std::string &response, std::wstring &result); 149 149
Note: See TracChangeset
for help on using the changeset viewer.








