lowlevellibsandfws/pluginfw/Framework/Example/EComLoadMgrExample1.h
changeset 52 bf6a71c50e42
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
34:5fae379060a7 52:bf6a71c50e42
    16 #include <ecom/implementationproxy.h>
    16 #include <ecom/implementationproxy.h>
    17 
    17 
    18 
    18 
    19 // ____________________________________________________________________________
    19 // ____________________________________________________________________________
    20 // 
    20 // 
    21 class CImplementationLoadMgrExample1
    21 class CImplementationLoadMgrExample1 // codescanner::missingcclass
    22 {
    22 {
    23 public:
    23 public:
    24 	static CImplementationLoadMgrExample1* NewL(TAny* aInitParams);
    24 	static CImplementationLoadMgrExample1* NewL(TAny* aInitParams);
    25 
    25 
    26 	virtual ~CImplementationLoadMgrExample1();
    26 	virtual ~CImplementationLoadMgrExample1();