telephonyutils/telephonywatchers/Test/TE_TelWatchers/TE_TelWatchersIntTest.h
branchopencode
changeset 24 6638e7f4bd8f
parent 0 3553901f7fa8
--- a/telephonyutils/telephonywatchers/Test/TE_TelWatchers/TE_TelWatchersIntTest.h	Mon May 03 13:37:20 2010 +0300
+++ b/telephonyutils/telephonywatchers/Test/TE_TelWatchers/TE_TelWatchersIntTest.h	Thu May 06 15:10:38 2010 +0100
@@ -1,102 +1,102 @@
-// Copyright (c) 2001-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:
-// Telephony Watchers Integration Test header file.
-// 
-//
-
-/**
- @file
-*/
-
-#ifndef __TE_TELWATCHERINTTEST_H__
-#define __TE_TELWATCHERINTTEST_H__
-
-
-class CTelWatchersIntTestRetrieveSignalStrengthWithPublishSubscribe : public CTelWatchersIntTestStep
-	{
-public:
-	CTelWatchersIntTestRetrieveSignalStrengthWithPublishSubscribe();
-	~CTelWatchersIntTestRetrieveSignalStrengthWithPublishSubscribe();
-
-	virtual enum TVerdict doTestStepL();
-	};
-	
-
-class CTelWatchersIntTestRetrieveChargerStatusWithPublishSubscribe : public CTelWatchersIntTestStep
-	{
-public:
-	CTelWatchersIntTestRetrieveChargerStatusWithPublishSubscribe();
-	~CTelWatchersIntTestRetrieveChargerStatusWithPublishSubscribe();
-
-	virtual enum TVerdict doTestStepL();
-	};
-
-
-class CTelWatchersIntTestNetworkStatusWithPublishSubscribe : public CTelWatchersIntTestStep
-	{
-public:
-	CTelWatchersIntTestNetworkStatusWithPublishSubscribe();
-	~CTelWatchersIntTestNetworkStatusWithPublishSubscribe();
-
-	virtual enum TVerdict doTestStepL();
-	};
-
-	
-class CTelWatchersIntTestIncomingCallStatusWithPublishSubscribe : public CTelWatchersIntTestStep
-	{
-public:
-	CTelWatchersIntTestIncomingCallStatusWithPublishSubscribe();
-	~CTelWatchersIntTestIncomingCallStatusWithPublishSubscribe();
-
-	virtual enum TVerdict doTestStepL();
-
-	void IncomingCallL();
-	static TInt IncomingCallThreadFunction(TAny* aPtr);
-	};
-
-
-class CTelWatchersIntTestOutgoingCallStatusWithPublishSubscribe : public CTelWatchersIntTestStep
-	{
-public:
-	CTelWatchersIntTestOutgoingCallStatusWithPublishSubscribe();
-	~CTelWatchersIntTestOutgoingCallStatusWithPublishSubscribe();
-
-	virtual enum TVerdict doTestStepL();
-
-	void OutgoingCallL();
-	static TInt OutgoingCallThreadFunction(TAny* aPtr);
-	};
-	
-
-class CTelWatchersIntTestIndicatorKErrNotSupportedScenarioWithPublishSubscribe : public CTelWatchersIntTestStep
-	{
-public:
-	CTelWatchersIntTestIndicatorKErrNotSupportedScenarioWithPublishSubscribe();
-	~CTelWatchersIntTestIndicatorKErrNotSupportedScenarioWithPublishSubscribe();
-
-	virtual enum TVerdict doTestStepL();
-	};
-
-
-class CTelWatchersIntTestIndicatorKErrEtelModemNotDetectedScenarioWithPublishSubscribe : public CTelWatchersIntTestStep
-	{
-public:
-	CTelWatchersIntTestIndicatorKErrEtelModemNotDetectedScenarioWithPublishSubscribe();
-	~CTelWatchersIntTestIndicatorKErrEtelModemNotDetectedScenarioWithPublishSubscribe();
-
-	virtual enum TVerdict doTestStepL();
-	};
-
-#endif // __TE_TELWATCHERINTTEST_H__
-
+// Copyright (c) 2001-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:
+// Telephony Watchers Integration Test header file.
+// 
+//
+
+/**
+ @file
+*/
+
+#ifndef __TE_TELWATCHERINTTEST_H__
+#define __TE_TELWATCHERINTTEST_H__
+
+
+class CTelWatchersIntTestRetrieveSignalStrengthWithPublishSubscribe : public CTelWatchersIntTestStep
+	{
+public:
+	CTelWatchersIntTestRetrieveSignalStrengthWithPublishSubscribe();
+	~CTelWatchersIntTestRetrieveSignalStrengthWithPublishSubscribe();
+
+	virtual enum TVerdict doTestStepL();
+	};
+	
+
+class CTelWatchersIntTestRetrieveChargerStatusWithPublishSubscribe : public CTelWatchersIntTestStep
+	{
+public:
+	CTelWatchersIntTestRetrieveChargerStatusWithPublishSubscribe();
+	~CTelWatchersIntTestRetrieveChargerStatusWithPublishSubscribe();
+
+	virtual enum TVerdict doTestStepL();
+	};
+
+
+class CTelWatchersIntTestNetworkStatusWithPublishSubscribe : public CTelWatchersIntTestStep
+	{
+public:
+	CTelWatchersIntTestNetworkStatusWithPublishSubscribe();
+	~CTelWatchersIntTestNetworkStatusWithPublishSubscribe();
+
+	virtual enum TVerdict doTestStepL();
+	};
+
+	
+class CTelWatchersIntTestIncomingCallStatusWithPublishSubscribe : public CTelWatchersIntTestStep
+	{
+public:
+	CTelWatchersIntTestIncomingCallStatusWithPublishSubscribe();
+	~CTelWatchersIntTestIncomingCallStatusWithPublishSubscribe();
+
+	virtual enum TVerdict doTestStepL();
+
+	void IncomingCallL();
+	static TInt IncomingCallThreadFunction(TAny* aPtr);
+	};
+
+
+class CTelWatchersIntTestOutgoingCallStatusWithPublishSubscribe : public CTelWatchersIntTestStep
+	{
+public:
+	CTelWatchersIntTestOutgoingCallStatusWithPublishSubscribe();
+	~CTelWatchersIntTestOutgoingCallStatusWithPublishSubscribe();
+
+	virtual enum TVerdict doTestStepL();
+
+	void OutgoingCallL();
+	static TInt OutgoingCallThreadFunction(TAny* aPtr);
+	};
+	
+
+class CTelWatchersIntTestIndicatorKErrNotSupportedScenarioWithPublishSubscribe : public CTelWatchersIntTestStep
+	{
+public:
+	CTelWatchersIntTestIndicatorKErrNotSupportedScenarioWithPublishSubscribe();
+	~CTelWatchersIntTestIndicatorKErrNotSupportedScenarioWithPublishSubscribe();
+
+	virtual enum TVerdict doTestStepL();
+	};
+
+
+class CTelWatchersIntTestIndicatorKErrEtelModemNotDetectedScenarioWithPublishSubscribe : public CTelWatchersIntTestStep
+	{
+public:
+	CTelWatchersIntTestIndicatorKErrEtelModemNotDetectedScenarioWithPublishSubscribe();
+	~CTelWatchersIntTestIndicatorKErrEtelModemNotDetectedScenarioWithPublishSubscribe();
+
+	virtual enum TVerdict doTestStepL();
+	};
+
+#endif // __TE_TELWATCHERINTTEST_H__
+