diff -r b183ec05bd8c -r 19bba8228ff0 syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsessioncanceleventhandler.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsessioncanceleventhandler.h Wed Sep 01 12:27:42 2010 +0100 @@ -0,0 +1,48 @@ +/* +* ============================================================================== +* Name : Nsmldshostsessioncanceleventhandler.h +* Part of : Nokia SyncML / Host Server +* Description : Header file for MNSmlDsHostSessionCancelEventHandler +* Version : +* +* Copyright © 2002-2005 Nokia Corporation. +* This material, including documentation and any related +* computer programs, is protected by copyright controlled by +* Nokia Corporation. All rights are reserved. Copying, +* including reproducing, storing, adapting or translating, any +* or all of this material requires the prior written consent of +* Nokia Corporation. This material also contains confidential +* information which may not be disclosed to others without the +* prior written consent of Nokia Corporation. +* ============================================================================== +*/ + +#ifndef NSMLDSHOSTSESSIONCANCELEVENTHANDLER_H +#define NSMLDSHOSTSESSIONCANCELEVENTHANDLER_H + +#include +# +// CLASS DECLARATION + + +/** +* Interface class to handle database events +* +*/ +class MNSmlDsHostSessionCancelEventHandler + { + + public: + /** + * CNSmlHostSessionCancel calls this to inform that host session that user has + * canceled the opeartion. + * @return None. + */ + virtual void HandleCancelEventL() = 0; + }; + + + +#endif // NSMLDSHOSTSESSIONCANCELEVENTHANDLER_H + +// End of File