cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyasyncoperation.h
branchRCL_3
changeset 66 07a122eea281
parent 65 630d2f34d719
child 67 4eff64595c44
child 70 4814c5a49428
--- a/cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyasyncoperation.h	Tue Aug 31 16:23:08 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-// TestTelephonyAsyncOperation.h
-//
-// Copyright (c) 2004-2008 Symbian Software Ltd.  All rights reserved.
-//
-// Active object derived class for asynchronous operation
-//
-
-
-#if (!defined __TEST_TELEPHONY_ASYNC_OPERATION_H__)
-#define  __TEST_TELEPHONY_ASYNC_OPERATION_H__
-
-// EPOC include
-#include <e32base.h>
-#include <etel3rdparty.h>
-
-/*@{*/
-///constants
-enum TTestAsyncOperation
-	{
-	KNotifyLineStatusChange,
-	};
-/*@}*/
-
-class CTelephonyAsyncOperation : public CActive
-/**
-@internalAll
-@test
-@class CTelephonyAsyncOperation
-
-Active object for executing the asynchronous requests. 
-*/
-	{
-public:
-	CTelephonyAsyncOperation(CTestStep& aTestStep);
-	~CTelephonyAsyncOperation();
-
-	virtual void	DoCancel();
-	virtual void	RunL();
-
-	TInt	SetOperation();
-	
-private:
-	CTestStep&	iTestStep;
-	};
-
-#endif /* __TEST_TELEPHONY_ASYNC_OPERATION_H__ */