phonebookui/Phonebook2/Commands/inc/MPbk2CommandResourceRelease.h
branchRCL_3
changeset 85 38bb213f60ba
parent 74 6b5524b4f673
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
     1 /*
       
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  A command extension interface for release resource.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef MPBK2COMMANDRESOURCERELEASE_H_
       
    19 #define MPBK2COMMANDRESOURCERELEASE_H_
       
    20 
       
    21 /// Phonebook 2 Command MPbk2ResourceRelease interface UID
       
    22 #define MPbk2ResourceReleaseUID              0xE9D61489
       
    23 
       
    24 // CLASS DECLARATIONS
       
    25 
       
    26 /**
       
    27  * Phonebook 2 command release resource interface.
       
    28  */
       
    29 class MPbk2ResourceRelease
       
    30     {
       
    31     public:
       
    32         /**
       
    33          * Release resource.
       
    34          */
       
    35         virtual void ReleaseResource() = 0;
       
    36      
       
    37     };
       
    38 
       
    39 #endif /* MPBK2COMMANDRESOURCERELEASE_H_ */