summaryrefslogtreecommitdiffstats
path: root/plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/inc/ecntisdamaged1_cstep.h
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2010-07-27 20:56:20 +1000
committerAlex <qt-info@nokia.com>2010-07-27 20:56:20 +1000
commite60b4351bfb03f32a0b919bd2235b41168a5dbc5 (patch)
tree4c6d66d7ee1f09725efc36a0d69b218515276a27 /plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/inc/ecntisdamaged1_cstep.h
parentaed8acb961c5320299496a4a33391d64062c093f (diff)
huge CRLF->LF change (mostly related to Symbian contactsmodel)
Diffstat (limited to 'plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/inc/ecntisdamaged1_cstep.h')
-rw-r--r--plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/inc/ecntisdamaged1_cstep.h118
1 files changed, 59 insertions, 59 deletions
diff --git a/plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/inc/ecntisdamaged1_cstep.h b/plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/inc/ecntisdamaged1_cstep.h
index 13c3b2ca40..7ad1b8b7dc 100644
--- a/plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/inc/ecntisdamaged1_cstep.h
+++ b/plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/inc/ecntisdamaged1_cstep.h
@@ -1,59 +1,59 @@
-/*
-* 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:
-*
-*/
-
-
-#ifndef ECntIsDamaged1_H_
-#define ECntIsDamaged1_H_
-
-//Include the suite header
-#include "csuite.h"
-
-#include "ccntserver.h"
-#include "ccntipccodes.h"
-
-
-class CECntIsDamaged1Step: public CCapabilityTestStep
- {
-
-public:
-
- //Get the version of the server to be called
- TVersion Version()
- {
- return TVersion(KLockSrvMajorVersionNumber, KLockSrvMinorVersionNumber, KLockSrvBuildVersionNumber);
- }
-
-
- //Constructor called from the respective Suite.cpp from their "AddTestStep" function
- CECntIsDamaged1Step() ;
-
- //Always clean your mess
- ~CECntIsDamaged1Step()
- {
- tChildThread.Close();
- }
-
- //This is the Function called from "doTestStepL" by the test Suite,and it creates an
- //child thread which internally calls the corresponding Exec_SendReceive_SERVERNAME fn.
- TVerdict MainThread();
-
- //Here's where the connection and testing the message takes place
- TInt Exec_SendReceive();
-
- };
-
-#endif
+/*
+* 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:
+*
+*/
+
+
+#ifndef ECntIsDamaged1_H_
+#define ECntIsDamaged1_H_
+
+//Include the suite header
+#include "csuite.h"
+
+#include "ccntserver.h"
+#include "ccntipccodes.h"
+
+
+class CECntIsDamaged1Step: public CCapabilityTestStep
+ {
+
+public:
+
+ //Get the version of the server to be called
+ TVersion Version()
+ {
+ return TVersion(KLockSrvMajorVersionNumber, KLockSrvMinorVersionNumber, KLockSrvBuildVersionNumber);
+ }
+
+
+ //Constructor called from the respective Suite.cpp from their "AddTestStep" function
+ CECntIsDamaged1Step() ;
+
+ //Always clean your mess
+ ~CECntIsDamaged1Step()
+ {
+ tChildThread.Close();
+ }
+
+ //This is the Function called from "doTestStepL" by the test Suite,and it creates an
+ //child thread which internally calls the corresponding Exec_SendReceive_SERVERNAME fn.
+ TVerdict MainThread();
+
+ //Here's where the connection and testing the message takes place
+ TInt Exec_SendReceive();
+
+ };
+
+#endif