Changeset 3345
- Timestamp:
- 01/31/10 14:47:35 (6 weeks ago)
- Location:
- Enterprise/branches/0075_TR_SCRIPTING/AppServer
- Files:
-
- 3 modified
-
I_Message.hpp (modified) (1 diff)
-
I_Request.hpp (modified) (1 diff)
-
I_Response.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Enterprise/branches/0075_TR_SCRIPTING/AppServer/I_Message.hpp
r2358 r3345 82 82 virtual pMessageHeader_type getMessageHeader() const = 0; 83 83 84 /// Get the message Id of this message. 85 virtual unsigned int getMessageId() const = 0; 86 84 87 /// Deserialize this message from an input archive. 85 88 /// The protocol adapter deserializes the header, creates the appropriate message -
Enterprise/branches/0075_TR_SCRIPTING/AppServer/I_Request.hpp
r3331 r3345 50 50 /// @{ 51 51 public: 52 virtual unsigned int getRequestId() const = 0;53 52 /// @} 54 53 -
Enterprise/branches/0075_TR_SCRIPTING/AppServer/I_Response.hpp
r3331 r3345 50 50 /// @{ 51 51 public: 52 /// Get the message Id associated with the request 52 /// Get the message Id associated with the request that 53 /// resulted in this response. 53 54 virtual unsigned int getRequestMessageId() const = 0; 54 55 /// @}
