- Timestamp:
- Apr 8, 2009, 12:36:08 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationQueue.cc
r2858 r2907 410 410 this->containers_.insert(container); 411 411 this->overlays_[notification] = container; 412 this-> insertElement(container->overlay, container->name);412 this->addElement(container->overlay); 413 413 this->size_= this->size_+1; 414 414 … … 429 429 return false; 430 430 431 this->removeElement(container-> name);431 this->removeElement(container->overlay); 432 432 this->containers_.erase(container); 433 433 this->overlays_.erase(container->notification);
Note: See TracChangeset
for help on using the changeset viewer.