Changeset 599 for code/branches/FICN/src/network
- Timestamp:
- Dec 17, 2007, 9:56:47 PM (17 years ago)
- Location:
- code/branches/FICN/src/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/GameStateManager.cc
r590 r599 93 93 retval->id=id++; 94 94 // reserve a little memory and increase it later on 95 COUT(2) << "mallocing" << std::endl;95 //COUT(2) << "mallocing" << std::endl; 96 96 retval->data = (unsigned char*)malloc(memsize); 97 COUT(2) << "malloced" << std::endl;97 //COUT(2) << "malloced" << std::endl; 98 98 99 99 // offset of memory functions -
code/branches/FICN/src/network/Synchronisable.cc
r592 r599 115 115 int n=0; 116 116 for(i=syncList.begin(); n<datasize && i!=syncList.end(); ++i){ 117 COUT(2) << "size of variable: " << i->size << std::endl;118 COUT(2) << "size of variable: " << i->size << std::endl;119 117 //COUT(2) << "size of variable: " << i->size << std::endl; 120 118 //(std::memcpy(retVal.data+n, (const void*)(&(i->size)), sizeof(int));
Note: See TracChangeset
for help on using the changeset viewer.