lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/src/TE_EcomGranularityTestStep.cpp
changeset 52 bf6a71c50e42
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
34:5fae379060a7 52:bf6a71c50e42
    31 _LIT (KMaxGranInfUidIndex, "MaxGranInfUidIndex");
    31 _LIT (KMaxGranInfUidIndex, "MaxGranInfUidIndex");
    32 _LIT (KMaxGranImplUidIndex, "MaxGranImplUidIndex");
    32 _LIT (KMaxGranImplUidIndex, "MaxGranImplUidIndex");
    33 
    33 
    34 
    34 
    35 /** Stub class needed to instantiate CRegistrar object. */
    35 /** Stub class needed to instantiate CRegistrar object. */
    36 class CTestRegistrarObserver : public MRegistrarObserver
    36 class CTestRegistrarObserver : public MRegistrarObserver // codescanner::missingcclass
    37 	{
    37 	{
    38 public:
    38 public:
    39 	// This is a stub. Hence do nothing in notification.
    39 	// This is a stub. Hence do nothing in notification.
    40 	void Notification( TInt /*aNotification*/ ) {}
    40 	void Notification( TInt /*aNotification*/ ) {}
    41 	};
    41 	};