Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 17, 2010, 10:50:43 PM (14 years ago)
Author:
dafrick
Message:

Resolving some TODOs and doing some additional cleanup. Almost done now…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/notifications/NotificationManager.cc

    r7504 r7552  
    149149        assert(notification);
    150150
    151         std::time_t time = std::time(0); //TODO: Doesn't this expire? //!< Get current time.
     151        std::time_t time = std::time(0); // Get current time.
    152152
    153153        // Add the Notification to the list that holds all Notifications.
Note: See TracChangeset for help on using the changeset viewer.