contentstorage/extsrc/cahandler.cpp
changeset 60 f62f87b200ec
equal deleted inserted replaced
4:1a2a00e78665 60:f62f87b200ec
       
     1 /*
       
     2  * Copyright (c) 2008 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:  ?Description
       
    15  *
       
    16  */
       
    17 
       
    18 #include "cahandler.h"
       
    19 
       
    20 // ======== MEMBER FUNCTIONS ========
       
    21 
       
    22 NONSHARABLE_CLASS( CCaHandler::TData )
       
    23     {
       
    24     // Future-proofing only.
       
    25     };
       
    26 
       
    27 // ======== MEMBER FUNCTIONS ========
       
    28 
       
    29 // ---------------------------------------------------------
       
    30 //
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 EXPORT_C CCaHandler::~CCaHandler()
       
    34     {
       
    35     }
       
    36 
       
    37 // ---------------------------------------------------------
       
    38 //
       
    39 // ---------------------------------------------------------
       
    40 //
       
    41 EXPORT_C CCaHandler::CCaHandler()
       
    42     {
       
    43     }
       
    44 
       
    45 // ---------------------------------------------------------
       
    46 //
       
    47 // ---------------------------------------------------------
       
    48 //
       
    49 EXPORT_C void CCaHandler::BaseConstructL()
       
    50     {
       
    51     // Future-proofing only.
       
    52     }
       
    53 
       
    54 // ---------------------------------------------------------
       
    55 //
       
    56 // ---------------------------------------------------------
       
    57 //
       
    58 EXPORT_C TBool CCaHandler::SupportsType( const TDesC& /*aType*/)
       
    59     {
       
    60     return EFalse;
       
    61     }
       
    62 
       
    63 // ---------------------------------------------------------
       
    64 //
       
    65 // ---------------------------------------------------------
       
    66 //
       
    67 EXPORT_C void CCaHandler::HandleCommandL( CCaInnerEntry& /*aEntry*/,
       
    68         const TDesC8& /*aCommand*/)
       
    69     {
       
    70     User::Leave( KErrNotSupported );
       
    71     }