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/EnterMethod.h

    r4679 r4699  
    6464       
    6565protected:
    66         void handleSystemEvent(const SystemEvent& event);
     66        //void handleSystemEvent(const SystemEvent& event);
    6767       
    6868private:
     69        /*
    6970        boost::condition_variable waitForEnter;
    7071        boost::condition_variable waitForLeave;
     
    7273        boost::mutex waitForEnterMutex;
    7374        boost::mutex waitForLeaveMutex;
    74 
     75        */
    7576};
    7677
Note: See TracChangeset for help on using the changeset viewer.