Changeset 3350 for plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZBoostNetworking/XML/I_XMLResponse.hpp
- Timestamp:
- 02/01/10 15:42:38 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZBoostNetworking/XML/I_XMLResponse.hpp
r1236 r3350 75 75 /// @{ 76 76 public: 77 static pResponse_type createResponse(pEndpoint_type _pDestinationEndpoint, StatusType _status, const std::string& _body, const std::string& _contentType = "text/html"); 77 static pResponse_type createResponse(pEndpoint_type _pDestinationEndpoint, 78 StatusType _status, const std::string& _body, 79 unsigned int _requestMessageId, 80 const std::string& _contentType = "text/html"); 78 81 /// @} 79 82
