Ignore:
Timestamp:
Apr 16, 2009, 1:52:08 PM (15 years ago)
Author:
Christoph Mayer
Message:

-friend def für arm gefixt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/SystemEvent.h

    r2845 r2846  
    4949namespace utility {
    5050
     51class SystemQueue;
    5152class SystemEventListener;
    5253
    5354class SystemEvent {
    5455        friend class SystemQueue;
    55 
    5656private:
    5757        ptime scheduledTime; //< time the event was originally given to the queue
Note: See TracChangeset for help on using the changeset viewer.