sysresmonitoring/oodmonitor/inc/Ood.h
branchRCL_3
changeset 62 924385140d98
parent 0 2e3d3ce01487
child 63 c2c61fdca848
child 77 b01c07dfcf84
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2010 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 
    23 #include "hbdevicemessageboxsymbian.h"
    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             CAknGlobalNote* iQuery;
   119         
       
   120         
   120         };
   121         };
   121 
   122 
   122     // ======================================================================
   123     // ======================================================================
   123 
   124 
   124     NONSHARABLE_CLASS(CSubscriber) : public CActive
   125     NONSHARABLE_CLASS(CSubscriber) : public CActive