hwpluginsimulation/mocksy/inc/cmocksyengine.h
branchopencode
changeset 77 930a53cdc2d3
parent 24 6638e7f4bd8f
equal deleted inserted replaced
35:6fbc08ed9c42 77:930a53cdc2d3
    31 	enum TNotificationType
    31 	enum TNotificationType
    32 		{
    32 		{
    33 		EHandlingTerminated,	//< all messages are handled
    33 		EHandlingTerminated,	//< all messages are handled
    34 		EFailure,				//< receive message doesn't correspond to the expected one
    34 		EFailure,				//< receive message doesn't correspond to the expected one
    35 		};
    35 		};
    36 
    36 	
    37 	virtual void Notify(TNotificationType aNotification) =0;	
    37 	virtual void Notify(TNotificationType aNotification) =0;	
    38 	};
    38 	};
    39 
    39 
    40 
    40 
    41 /**
    41 /**