Changeset 5619 for code/branches/libraries/src/orxonox/overlays/notifications/NotificationOverlay.cc
- Timestamp:
- Aug 11, 2009, 12:33:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/overlays/notifications/NotificationOverlay.cc
r3301 r5619 36 36 #include "util/Exception.h" 37 37 #include "core/CoreIncludes.h" 38 #include " Notification.h"38 #include "objects/quest/notifications/Notification.h" 39 39 #include "NotificationQueue.h" 40 40 … … 65 65 { 66 66 this->initialize(); 67 67 68 68 if(notification == NULL || queue == NULL) //!> If either notification or queue are not given an Exception is thrown. 69 69 { … … 73 73 this->queue_ = queue; 74 74 this->defineOverlay(); 75 75 76 76 this->processNotification(notification); 77 77 } 78 78 79 79 /** 80 80 @brief … … 85 85 this->queue_ = NULL; 86 86 } 87 87 88 88 /** 89 89 @brief
Note: See TracChangeset
for help on using the changeset viewer.