apengine/apeng/src/ActiveApDbNotifier.cpp
changeset 70 ac5daea24fb0
equal deleted inserted replaced
61:8b0c979bbe8c 70:ac5daea24fb0
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Implementation of CActiveApDbNotifier.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 
       
    21 #include "ActiveApDb.h"
       
    22 #include "ActiveApDbNotifier.h"
       
    23 
       
    24 // ================= MEMBER FUNCTIONS =======================
       
    25 
       
    26 // ---------------------------------------------------------
       
    27 // CActiveApDbNotifier::CActiveApDbNotifier
       
    28 // ---------------------------------------------------------
       
    29 //
       
    30 CActiveApDbNotifier::CActiveApDbNotifier( CActiveApDb& aDb )
       
    31 : CActive( EPriorityStandard )
       
    32     {
       
    33     }
       
    34 
       
    35 // ---------------------------------------------------------
       
    36 // CActiveApDbNotifier::~CActiveApDbNotifier
       
    37 // ---------------------------------------------------------
       
    38 //
       
    39 CActiveApDbNotifier::~CActiveApDbNotifier()
       
    40     {
       
    41     }
       
    42 
       
    43 // ---------------------------------------------------------
       
    44 // CActiveApDbNotifier::RunL
       
    45 // ---------------------------------------------------------
       
    46 //
       
    47 void CActiveApDbNotifier::RunL()
       
    48     {
       
    49     }
       
    50 
       
    51 
       
    52 // ---------------------------------------------------------
       
    53 // CActiveApDbNotifier::DoCancel
       
    54 // ---------------------------------------------------------
       
    55 //
       
    56 void CActiveApDbNotifier::DoCancel()
       
    57     {
       
    58     }
       
    59 
       
    60 
       
    61 // ---------------------------------------------------------
       
    62 // CActiveApDbNotifier::Stop
       
    63 // ---------------------------------------------------------
       
    64 //
       
    65 void CActiveApDbNotifier::Stop()
       
    66     {
       
    67     }
       
    68 
       
    69 // ---------------------------------------------------------
       
    70 // CActiveApDbNotifier::Start
       
    71 // ---------------------------------------------------------
       
    72 //
       
    73 void CActiveApDbNotifier::Start()
       
    74     {
       
    75     }
       
    76 
       
    77 // ---------------------------------------------------------
       
    78 // CActiveApDbNotifier::NotifyChange
       
    79 // ---------------------------------------------------------
       
    80 //
       
    81 void CActiveApDbNotifier::NotifyChange()
       
    82     {
       
    83     }
       
    84 
       
    85 // End of File