- 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/HTTP/Reply.cpp
r1494 r3350 261 261 } 262 262 263 //-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ 264 unsigned int 265 Reply::getMessageId() const 266 { 267 // This really shouldn't be used for HTTP messages. 268 return 0; 269 } 270 271 //-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ 272 unsigned int 273 Reply::getRequestMessageId() const 274 { 275 // This really shouldn't be used for HTTP messages. 276 return 0; 277 } 263 278 //-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ 264 279 void
