Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9682 in orxonox.OLD for trunk/src/lib/lang/test_object_list.cc


Ignore:
Timestamp:
Aug 22, 2006, 12:31:29 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/test_object_list.cc

    r9681 r9682  
    6565    this->registerObject(this, Bone::objectList);
    6666    //this->_id.listInheritance();
    67     std::cout << "LeafID:" << this->_id.leafClassID() << std::endl;
     67    //std::cout << "LeafID:" << this->_id.leafClassID() << std::endl;
    6868
    6969    //std::cout << "Bone()\n";
     
    8585    std::cout<< i <<  std::endl ;
    8686    Bone* test = new Bone[COUNT];
    87     delete[]test;
     87    delete []test;
    8888  }
    8989  //   char tmp[100];
Note: See TracChangeset for help on using the changeset viewer.