Ignore:
Timestamp:
Jul 3, 2009, 8:43:09 AM (15 years ago)
Author:
Christoph Mayer
Message:

locking für enter method neu

File:
1 edited

Legend:

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

    r3690 r4699  
    8080class SystemQueue : public cSimpleModule {
    8181#endif
     82       
    8283        use_logging_h(SystemQueue);
     84        friend class EnterMethod;
    8385public:
    8486        /**
     
    137139
    138140protected:
     141
     142        /**
     143         * Aqcuire the mutex
     144         */
     145        void enterMethod();
     146
     147        /**
     148         * Leave the mutex
     149         */
     150        void leaveMethod();
    139151
    140152        /**
Note: See TracChangeset for help on using the changeset viewer.