sysresmonitoring/oodmonitor/inc/Ood.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 
    18 
    19 #ifndef LAFSHUT_H
    19 #ifndef LAFSHUT_H
    20 #define LAFSHUT_H
    20 #define LAFSHUT_H
    21 
    21 
    22 // SYSTEM INCLUDES
    22 // SYSTEM INCLUDES
    23 #include "hbdevicemessageboxsymbian.h"
    23 
    24 // USER INCLUDES
    24 // USER INCLUDES
    25 
    25 
    26 // CONSTANTS
    26 // CONSTANTS
    27 _LIT(KDriveZ, "z:");
    27 _LIT(KDriveZ, "z:");
    28 _LIT(KOOMWatcherResourceFileName, "lafmemorywatcher.rsc");
    28 _LIT(KOOMWatcherResourceFileName, "lafmemorywatcher.rsc");
   114                 };
   114                 };
   115 
   115 
   116         private:
   116         private:
   117             TMessageType    iMessageType;
   117             TMessageType    iMessageType;
   118             CMessageInfo*   iMessageInfo[4];
   118             CMessageInfo*   iMessageInfo[4];
   119         
   119             CAknGlobalNote* iQuery;
   120         
       
   121         };
   120         };
   122 
   121 
   123     // ======================================================================
   122     // ======================================================================
   124 
   123 
   125     NONSHARABLE_CLASS(CSubscriber) : public CActive
   124     NONSHARABLE_CLASS(CSubscriber) : public CActive