diff -r 13d7c31c74e0 -r b183ec05bd8c syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsessioncanceleventhandler.h --- a/syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsessioncanceleventhandler.h Thu Aug 19 10:44:50 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -/* -* ============================================================================== -* 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