messagingappbase/smsmtm/test/class0smsnotifier/inc/class0smsTxtnotifier.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
--- a/messagingappbase/smsmtm/test/class0smsnotifier/inc/class0smsTxtnotifier.h	Fri Apr 16 14:56:15 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
-// All rights reserved.
-// This component and the accompanying materials are made available
-// under the terms of "Eclipse Public License v1.0"
-// which accompanies this distribution, and is available
-// at the URL "http://www.eclipse.org/legal/epl-v10.html".
-//
-// Initial Contributors:
-// Nokia Corporation - initial contribution.
-//
-// Contributors:
-//
-// Description:
-// class0smsnotifier.h
-// 
-//
-
-#ifndef __CLASS0SMSNOTIFIER_H__
-#define __CLASS0SMSNOTIFIER_H__
-
-#include <twintnotifier.h>
-#include <msvapi.h>
-
-
-
-class CClass0SmsTxtNotifier : /* public CBase, */ public MNotifierBase2
-	{
-public:
-	//	Construction
-	static CClass0SmsTxtNotifier* NewL();
-	~CClass0SmsTxtNotifier();
-
-private:
-	CClass0SmsTxtNotifier();
-	void ConstructL();
-
-	//	From MNotifierBase2
-	virtual void Release();
-	virtual TNotifierInfo RegisterL();
-	virtual TNotifierInfo Info() const;
-	virtual TPtrC8 StartL(const TDesC8& aBuffer);
-	virtual void StartL(const TDesC8& aBuffer, TInt aReplySlot, const RMessagePtr2& aMessage);
-	virtual void Cancel();
-	virtual TPtrC8 UpdateL(const TDesC8& aBuffer);
-	void CreateFile(const TDesC8& aBuff);
-
-private:
-	TNotifierInfo iInfo;
-	RMessagePtr2  iMessage;
-	TInt		  iReplySlot;
-	TSecurityInfo iSecurityInfo;
-
-	};
-
-#endif	// __CLASS0SMSNOTIFIER_H__
-
-