lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/src/TE_EcomGranularityTestStep.cpp
changeset 44 97b0fb8a2cc2
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
22:ddc455616bd6 44:97b0fb8a2cc2
    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 	};