Changeset 4705 for source


Ignore:
Timestamp:
Jul 3, 2009, 9:13:50 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

    r4699 r4705  
    4040#define ENTER_METHOD_H__
    4141
     42/*
    4243#include "ariba/utility/system/SystemEventListener.h"
    4344#include "ariba/utility/system/SystemQueue.h"
     
    4748#include <boost/thread/thread.hpp>
    4849#include <boost/bind.hpp>
     50*/
    4951
     52/*
    5053using ariba::utility::SystemEventType;
    5154using ariba::utility::SystemQueue;
    5255using ariba::utility::SystemEventListener;
     56*/
    5357
    5458namespace ariba {
    5559namespace utility {
    5660
    57 class EnterMethod : public SystemEventListener {
     61class EnterMethod /*: public SystemEventListener */{
    5862public:
    5963        EnterMethod();
Note: See TracChangeset for help on using the changeset viewer.