installationservices/swi/source/swis/server/processor.h
branchRCL_3
changeset 12 7ca52d38f8c3
parent 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
11:3ba40be8e484 12:7ca52d38f8c3
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
    41 #include "securitypolicy.h"
    41 #include "securitypolicy.h"
    42 #include "swiobserverclient.h"
    42 #include "swiobserverclient.h"
    43 
    43 
    44 namespace Swi
    44 namespace Swi
    45 {
    45 {
       
    46 const TInt KMaxNoOfDeletionAttempts=3;
       
    47 const TInt KRetryInterval=250000;
    46 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    48 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    47 class CIntegrityServices;
    49 class CIntegrityServices;
    48 #endif
    50 #endif
    49 class CApplication;
    51 class CApplication;
    50 class CSecurityManager;
    52 class CSecurityManager;