messagingappbase/ncnlist/src/MNcnMsvSessionHandlerObserver.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 MNcnMsvSessionHandlerObserver class.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDE FILES
       
    21 #include    "MNcnMsvSessionHandlerObserver.h"
       
    22 #include    "NcnDebug.h"
       
    23 #include    <msvapi.h>                          // For CMsvSession
       
    24 
       
    25 // ================= LOCAL CONSTANTS =======================
       
    26 namespace
       
    27     {
       
    28     }
       
    29 
       
    30 // ================= MEMBER FUNCTIONS =======================
       
    31 
       
    32 // -------------------------------------------------------
       
    33 //  MNcnMsvSessionHandlerObserver::HandleMsvSessionReadyL
       
    34 // -------------------------------------------------------
       
    35 // 
       
    36 void MNcnMsvSessionHandlerObserver::HandleMsvSessionReadyL( CMsvSession& /*aMsvSession*/ )
       
    37     {
       
    38     // default implementation
       
    39     NCN_RDEBUG( _L( "MNcnMsvSessionHandlerObserver::HandleMsvSessionReadyL - default method called" ) );
       
    40     }
       
    41 
       
    42 // -------------------------------------------------------
       
    43 //  MNcnMsvSessionHandlerObserver::HandleMsvSessionClosedL
       
    44 // -------------------------------------------------------
       
    45 //
       
    46 void MNcnMsvSessionHandlerObserver::HandleMsvSessionClosedL()
       
    47     {
       
    48     // default implementation
       
    49     NCN_RDEBUG( _L( "MNcnMsvSessionHandlerObserver::HandleMsvSessionClosedL - default method called" ) );
       
    50     }
       
    51 
       
    52 // -------------------------------------------------------
       
    53 //  MNcnMsvSessionHandlerObserver::HandleMsvEntryCreatedL
       
    54 // -------------------------------------------------------
       
    55 //    
       
    56 void MNcnMsvSessionHandlerObserver::HandleMsvEntryCreatedL( const TMsvId& /*aMsvId*/ )
       
    57     {
       
    58     // default implementation
       
    59     NCN_RDEBUG( _L( "MNcnMsvSessionHandlerObserver::HandleMsvEntryCreatedL - default method called" ) );
       
    60     }
       
    61 
       
    62 // -------------------------------------------------------
       
    63 //  MNcnMsvSessionHandlerObserver::HandleMsvEntryDeletedL
       
    64 // -------------------------------------------------------
       
    65 //    
       
    66 void MNcnMsvSessionHandlerObserver::HandleMsvEntryDeletedL( const TMsvId& /*aMsvId*/ )
       
    67     {
       
    68     // default implementation
       
    69     NCN_RDEBUG( _L( "MNcnMsvSessionHandlerObserver::HandleMsvEntryDeletedL - default method called" ) );
       
    70     }        
       
    71         
       
    72 // -------------------------------------------------------
       
    73 //  MNcnMsvSessionHandlerObserver::HandleMsvMediaChangedL
       
    74 // -------------------------------------------------------
       
    75 //    
       
    76 void MNcnMsvSessionHandlerObserver::HandleMsvMediaChangedL( const TDriveNumber& /*aDriveNumber*/  )
       
    77     {
       
    78     // default implementation
       
    79     NCN_RDEBUG( _L( "MNcnMsvSessionHandlerObserver::HandleMsvMediaChangedL - default method called" ) );
       
    80     } 
       
    81     
       
    82 // -------------------------------------------------------
       
    83 //  MNcnMsvSessionHandlerObserver::HandleMsvMediaUnavailableL
       
    84 // -------------------------------------------------------
       
    85 //    
       
    86 void MNcnMsvSessionHandlerObserver::HandleMsvMediaUnavailableL( )
       
    87     {
       
    88     // default implementation
       
    89     NCN_RDEBUG( _L( "MNcnMsvSessionHandlerObserver::HandleMsvMediaUnavailableL - default method called" ) );
       
    90     } 
       
    91 
       
    92 // -------------------------------------------------------
       
    93 //  MNcnMsvSessionHandlerObserver::HandleMsvMediaAvailableL
       
    94 // -------------------------------------------------------
       
    95 //    
       
    96 void MNcnMsvSessionHandlerObserver::HandleMsvMediaAvailableL( const TDriveNumber& /*aDriveNumber*/  )
       
    97     {
       
    98     // default implementation
       
    99     NCN_RDEBUG( _L( "MNcnMsvSessionHandlerObserver::HandleMsvMediaAvailableL - default method called" ) );
       
   100     }
       
   101     
       
   102 //  End of File