terminalsecurity/SCP/DmEventNotifier/inc/SwApplicationService.h
changeset 5 3f7d9dbe57c8
parent 0 b497e44ab2fc
equal deleted inserted replaced
4:958eca8527dd 5:3f7d9dbe57c8
    43 NONSHARABLE_CLASS(CSwApplicationService) : public CDmEventServiceBase
    43 NONSHARABLE_CLASS(CSwApplicationService) : public CDmEventServiceBase
    44     {
    44     {
    45 
    45 
    46     public:
    46     public:
    47         /** Two phase construction **/
    47         /** Two phase construction **/
    48         static CSwApplicationService* CSwApplicationService::NewL();
    48         static CSwApplicationService* NewL();
    49 
    49 
    50         static CSwApplicationService* CSwApplicationService::NewLC();
    50         static CSwApplicationService* NewLC();
    51 
    51 
    52         /** Virtual destructor **/
    52         /** Virtual destructor **/
    53         virtual ~CSwApplicationService();
    53         virtual ~CSwApplicationService();
    54 
    54 
    55         /**
    55         /**