lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/src/EComPerfTestDllTwo.h
changeset 44 97b0fb8a2cc2
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
22:ddc455616bd6 44:97b0fb8a2cc2
    18 #include <ecom/implementationproxy.h>
    18 #include <ecom/implementationproxy.h>
    19 #include "TestUtilities.h"	// For __FILE__LINE__
    19 #include "TestUtilities.h"	// For __FILE__LINE__
    20 
    20 
    21 // ____________________________________________________________________________
    21 // ____________________________________________________________________________
    22 // 
    22 // 
    23 class CImplementationClassExampleTwo
    23 class CImplementationClassExampleTwo // codescanner::missingcclass
    24 {
    24 {
    25 public:
    25 public:
    26 	static CImplementationClassExampleTwo* NewL(TAny* aInitParams);
    26 	static CImplementationClassExampleTwo* NewL(TAny* aInitParams);
    27 
    27 
    28 	virtual ~CImplementationClassExampleTwo();
    28 	virtual ~CImplementationClassExampleTwo();