Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 2, 2007, 3:57:53 PM (17 years ago)
Author:
nicolasc
Message:

some minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/lang/base_object.cc

    r10738 r10772  
    3333  this->xmlElem = NULL;
    3434  this->registerObject(this, BaseObject::_objectList);
    35 
    36   srand(time(0));   //initialize Random Nomber Generator
    3735}
    3836
     
    4745  this->xmlElem = (bo.xmlElem)? bo.xmlElem->Clone() : NULL;
    4846  this->registerObject( this, BaseObject::_objectList);
    49 
    50 //   srand(time(0));   //initialize Random Nomber Generator
    5147}
    5248
Note: See TracChangeset for help on using the changeset viewer.