Changeset 2281 for code/branches/questsystem3/src
- Timestamp:
- Nov 26, 2008, 5:52:02 PM (16 years ago)
- Location:
- code/branches/questsystem3/src/orxonox/overlays/notifications
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.cc
r2280 r2281 87 87 updateQueue(); 88 88 89 COUT(3) << "Notification inserted, title: " << notification->getTitle() << std::endl; 90 89 91 return true; 90 92 } … … 104 106 text = text + "\n\n------------" + container->notification->getTitle(); + "\n" + container->notification->getMessage(); 105 107 } 108 109 COUT(3) << "Queue updated: " << std::endl; 106 110 107 111 NotificationQueue::queue_s->setQueueText(text); -
code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.cc
r2280 r2281 65 65 SUPER(NotificationQueue, XMLPort, xmlElement, mode); 66 66 67 XMLPortParam(NotificationQueue, "length", getLength, setLength, xmlElement, mode);67 XMLPortParam(NotificationQueue, "length", setLength, getLength, xmlElement, mode); 68 68 } 69 69
Note: See TracChangeset
for help on using the changeset viewer.