Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 1:38:19 AM (16 years ago)
Author:
scheusso
Message:

synchronising of classid↔classname works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/ClientInformation.cc

    r620 r636  
    4747  nexte=0;
    4848  this->head=false;
     49  synched_=false;
    4950}
    5051
     
    5556  nexte=0;
    5657  this->head=head;
     58  synched_=false;
    5759}
    5860//
     
    220222}
    221223
    222 }
     224void ClientInformation::setSynched(bool s){
     225  synched_=s;
     226}
     227bool ClientInformation::getSynched(){
     228  return synched_;
     229}
     230
     231}
Note: See TracChangeset for help on using the changeset viewer.