Changeset 3350 for plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZBoostNetworking/src/XML/I_XMLResponse.cpp
- 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/src/XML/I_XMLResponse.cpp
r1236 r3350 68 68 //-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ 69 69 I_XMLResponse::pResponse_type 70 I_XMLResponse::createResponse(pEndpoint_type _pDestinationEndpoint, StatusType _status, const std::string& _body, const std::string& _contentType) 70 I_XMLResponse::createResponse(pEndpoint_type _pDestinationEndpoint, StatusType _status, 71 const std::string& _body, unsigned int _requestMessageId, 72 const std::string& _contentType) 71 73 { 72 Reply* pReply = new XML::Reply(_pDestinationEndpoint, _status, _body, _contentType );74 Reply* pReply = new XML::Reply(_pDestinationEndpoint, _status, _body, _contentType, _requestMessageId); 73 75 74 76 pResponse_type pResponse(pReply, destroyResponse);
