syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsessioncanceleventhandler.h
branchRCL_3
changeset 14 9e9792ae22e3
equal deleted inserted replaced
13:06f47423ecee 14:9e9792ae22e3
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : Nsmldshostsessioncanceleventhandler.h
       
     4 *  Part of     : Nokia SyncML / Host Server
       
     5 *  Description : Header file for MNSmlDsHostSessionCancelEventHandler
       
     6 *  Version     : 
       
     7 *
       
     8 *  Copyright © 2002-2005 Nokia Corporation.
       
     9 *  This material, including documentation and any related 
       
    10 *  computer programs, is protected by copyright controlled by 
       
    11 *  Nokia Corporation. All rights are reserved. Copying, 
       
    12 *  including reproducing, storing, adapting or translating, any 
       
    13 *  or all of this material requires the prior written consent of 
       
    14 *  Nokia Corporation. This material also contains confidential 
       
    15 *  information which may not be disclosed to others without the 
       
    16 *  prior written consent of Nokia Corporation.
       
    17 * ==============================================================================
       
    18 */
       
    19 
       
    20 #ifndef NSMLDSHOSTSESSIONCANCELEVENTHANDLER_H
       
    21 #define NSMLDSHOSTSESSIONCANCELEVENTHANDLER_H
       
    22 
       
    23 #include <e32std.h>
       
    24 #
       
    25 // CLASS DECLARATION
       
    26 
       
    27 
       
    28 /**
       
    29 * Interface class to handle database events
       
    30 * 
       
    31 */
       
    32 class MNSmlDsHostSessionCancelEventHandler
       
    33 	{
       
    34 
       
    35 	public:
       
    36 		/**
       
    37         * CNSmlHostSessionCancel calls this to inform that host session that user has
       
    38         * canceled the opeartion.
       
    39         * @return None. 
       
    40         */
       
    41 		virtual void HandleCancelEventL() = 0;
       
    42 	};
       
    43 	
       
    44 
       
    45 
       
    46 #endif // NSMLDSHOSTSESSIONCANCELEVENTHANDLER_H
       
    47 
       
    48 // End of File