vmbx/vmbxengine/inc/mvmbxsatrefreshobserver.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-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".
    36 public:
    36 public:
    37 
    37 
    38     /**
    38     /**
    39     * Does the action user wants when the sim file is refreshed.
    39     * Does the action user wants when the sim file is refreshed.
    40     * 
    40     * 
    41     *  @since S60 v5.2
       
    42     * @param 
    41     * @param 
    43     **/
    42     **/
    44     virtual void HandleSatRefresh() = 0;
    43     virtual void HandleSatRefresh() = 0;
    45 
    44 
    46     };
    45     };