Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2006, 11:26:48 PM (18 years ago)
Author:
bensch
Message:

some more DEBUG-functionality to the ObjectList… something is not quite right… i wonder, what this might be…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/sound/sound_buffer.cc

    r9806 r9807  
    2828      : data(new SoundBufferData)
    2929  {
    30     this->registerObject(this, SoundBuffer::_objectList);
     30//     this->registerObject(this, SoundBuffer::_objectList);
    3131  }
    3232  /**
     
    3737      : data(new SoundBufferData)
    3838  {
    39     this->registerObject(this, SoundBuffer::_objectList);
     39//     this->registerObject(this, SoundBuffer::_objectList);
    4040    this->load(fileName);
    4141  }
     
    4444      : data(buffer.data)
    4545  {
    46     this->registerObject(this, SoundBuffer::_objectList);
     46//     this->registerObject(this, SoundBuffer::_objectList);
    4747  }
    4848
     
    5050      : data(dataPointer)
    5151  {
    52     this->registerObject(this, SoundBuffer::_objectList);
     52//     this->registerObject(this, SoundBuffer::_objectList);
    5353  };
    5454
    5555  SoundBuffer::~SoundBuffer()
    5656  {
    57     printf("Deleting Object of type SoundBuffer\n");
    5857  }
    5958
Note: See TracChangeset for help on using the changeset viewer.