messagingappbase/ncnlist/src/MNcnCRRepositoryHandlerCallback.cpp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2004 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:   Methods for CNcnCRRepositoryHandler class.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDE FILES
       
    21 #include    "MNcnCRRepositoryHandlerCallback.h"
       
    22 
       
    23 // ================= LOCAL CONSTANTS =======================
       
    24 namespace
       
    25     {
       
    26     }
       
    27 
       
    28 // ================= MEMBER FUNCTIONS =======================
       
    29 
       
    30 // ---------------------------------------------------------------
       
    31 //  MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyInt
       
    32 // ---------------------------------------------------------------
       
    33 //
       
    34 void MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyInt(
       
    35             CRepository& /*aRepository*/,
       
    36             TUint32 /*aId*/,
       
    37             TInt /*aNewValue*/ )
       
    38     {
       
    39     // empty default implementation
       
    40     }
       
    41 
       
    42 // ---------------------------------------------------------------
       
    43 //  MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyReal
       
    44 // ---------------------------------------------------------------
       
    45 //
       
    46 void MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyReal(
       
    47             CRepository& /*aRepository*/,
       
    48             TUint32 /*aId*/,
       
    49             TReal /*aNewValue*/ )
       
    50     {
       
    51     // empty default implementation
       
    52     }
       
    53 
       
    54 // ---------------------------------------------------------------
       
    55 //  MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyString
       
    56 // ---------------------------------------------------------------
       
    57 //
       
    58 void MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyString(
       
    59             CRepository& /*aRepository*/,
       
    60             TUint32 /*aId*/,
       
    61             const TDesC16& /*aNewValue*/ )
       
    62     {
       
    63     // empty default implementation
       
    64     }
       
    65 
       
    66 // ---------------------------------------------------------------
       
    67 //  MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyBinary
       
    68 // ---------------------------------------------------------------
       
    69 //  
       
    70 void MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyBinary(
       
    71             CRepository& /*aRepository*/,
       
    72             TUint32 /*aId*/,
       
    73             const TDesC8& /*aNewValue*/ )
       
    74     {
       
    75     // empty default implementation
       
    76     }
       
    77 
       
    78 // ---------------------------------------------------------------
       
    79 //  MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyGeneric
       
    80 // ---------------------------------------------------------------
       
    81 //    
       
    82 void MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyGeneric(
       
    83             CRepository& /*aRepository*/,
       
    84             TUint32 /*aId*/ )
       
    85     {
       
    86     // empty default implementation
       
    87     }
       
    88 
       
    89 // ---------------------------------------------------------------
       
    90 //  MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyError
       
    91 // ---------------------------------------------------------------
       
    92 //    
       
    93 void MNcnCRRepositoryHandlerCallback::HandleRepositoryNotifyError(
       
    94             CRepository& /*aRepository*/,
       
    95             TUint32 /*aId*/,
       
    96             TInt /*aError*/,
       
    97             CCenRepNotifyHandler* /*aHandler*/ )
       
    98     {
       
    99     // empty default implementation
       
   100     }
       
   101         
       
   102 
       
   103 //  End of File