Changeset 7297 for code/branches/doc/src/libraries/network
- Timestamp:
- Aug 31, 2010, 8:37:29 PM (14 years ago)
- Location:
- code/branches/doc/src/libraries/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/network/ClientInformation.cc
r6417 r7297 230 230 * This function should only be applied to the head of the list 231 231 * @param clientID id to look for 232 * @param look_backwards FIXME - add doc? parameter unused? 232 233 * @return pointer to the last element in the list or 0 if the search was unsuccessfull 233 234 */ … … 244 245 * This function goes forward through the list and looks for an element with clientID 245 246 * This function should only be applied to the head of the list 246 * @param peer peer to look for 247 * @param address peer to look for 248 * @param look_backwards FIXME - add doc? parameter unused? 247 249 * @return pointer to the element in the list 248 250 */ -
code/branches/doc/src/libraries/network/synchronisable/Synchronisable.cc
r7183 r7297 217 217 * length of varx: size saved int syncvarlist 218 218 * @param mem pointer to allocated memory with enough size 219 * @param sizes FIXME - add doc! 219 220 * @param id gamestateid of the gamestate to be saved (important for priorities) 220 221 * @param mode defines the direction in which the data will be send/received … … 288 289 * @param mem pointer to the bytestream 289 290 * @param mode same as in getData 291 * @param forceCallback FIXME - add doc! 290 292 * @return true/false 291 293 */ … … 364 366 * This function determines, wheter the object should be saved to the bytestream (according to its syncmode/direction) 365 367 * @param id gamestate id 368 * @param mode FIXME - add doc! 366 369 * @return true/false 367 370 */
Note: See TracChangeset
for help on using the changeset viewer.