perfsrv/memspy/Driver/Kernel/Include/SubChannels/MemSpyDriverLogChanUserEventMonitor.h
changeset 54 a151135b0cf9
parent 51 98307c651589
equal deleted inserted replaced
53:d47c6de21a88 54:a151135b0cf9
    29 class DMemSpyDriverDevice;
    29 class DMemSpyDriverDevice;
    30 class DMemSpyDriverClientEMManager;
    30 class DMemSpyDriverClientEMManager;
    31 class TMemSpyDriverInternalEventMonitorParams;
    31 class TMemSpyDriverInternalEventMonitorParams;
    32 
    32 
    33 
    33 
    34 class DMemSpyDriverLogChanUserEventMonitor : public DMemSpyDriverLogChanBase
    34 NONSHARABLE_CLASS(DMemSpyDriverLogChanUserEventMonitor) : public DMemSpyDriverLogChanBase
    35 	{
    35 	{
    36 public:
    36 public:
    37 	DMemSpyDriverLogChanUserEventMonitor( DMemSpyDriverDevice& aDevice, DThread& aThread );
    37 	DMemSpyDriverLogChanUserEventMonitor( DMemSpyDriverDevice& aDevice, DThread& aThread );
    38 	~DMemSpyDriverLogChanUserEventMonitor();
    38 	~DMemSpyDriverLogChanUserEventMonitor();
    39 
    39