| 225 | } |
| 226 | |
| 227 | void NodeListManager::clearAllNotifications() |
| 228 | { |
| 229 | for (U32 i=0; i<mNotifyList.size(); ++i) |
| 230 | { |
| 231 | delete mNotifyList[i]; |
| 232 | } |
| 233 | mNotifyList.clear(); |
| 234 | } |
| 235 | |
| 236 | void NodeListManager::registerNotification( NodeListNotify* notify ) |
| 237 | { |