Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2007, 11:15:04 PM (17 years ago)
Author:
nicolasc
Message:

minor improvements, some cleanup

File:
1 edited

Legend:

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

    r10114 r10701  
    3333  this->xmlElem = NULL;
    3434  this->registerObject(this, BaseObject::_objectList);
     35
     36  srand(time(0));   //initialize Random Nomber Generator
    3537}
    3638
     
    4547  this->xmlElem = (bo.xmlElem)? bo.xmlElem->Clone() : NULL;
    4648  this->registerObject( this, BaseObject::_objectList);
     49
     50  srand(time(0));   //initialize Random Nomber Generator
    4751}
    4852
Note: See TracChangeset for help on using the changeset viewer.