summaryrefslogtreecommitdiffstats
path: root/plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/incsql/ecntreplacedatabase1_cstep.h
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2010-07-04 14:47:22 +1000
committerDavid Laing <david.laing@nokia.com>2010-07-04 14:47:22 +1000
commite38ebf00c0b539a7756b21946693e201269b976a (patch)
tree8f90c28f7e57095b9bd8749d17a6a36e9a297dcd /plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/incsql/ecntreplacedatabase1_cstep.h
parent448d4a4301b7abeb9065aca13b62c70422239b94 (diff)
Revert "Merge branch 'master' of ../../mainline/qtmobility"
This reverts commit 448d4a4301b7abeb9065aca13b62c70422239b94, reversing changes made to 815d646dc485b6d15fbddc2814201a5b50be4a85.
Diffstat (limited to 'plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/incsql/ecntreplacedatabase1_cstep.h')
-rw-r--r--plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/incsql/ecntreplacedatabase1_cstep.h59
1 files changed, 0 insertions, 59 deletions
diff --git a/plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/incsql/ecntreplacedatabase1_cstep.h b/plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/incsql/ecntreplacedatabase1_cstep.h
deleted file mode 100644
index b31b2d1ba1..0000000000
--- a/plugins/contacts/symbian/contactsmodel/tsrc/integration/tcntpolice/incsql/ecntreplacedatabase1_cstep.h
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
-* Copyright (c) 2008-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 ECntReplaceDatabase1_H_
-#define ECntReplaceDatabase1_H_
-
-//Include the suite header
-#include "csuite.h"
-
-#include "ccntserver.h"
-#include "ccntipccodes.h"
-
-
-class CECntReplaceDatabase1Step: 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
- CECntReplaceDatabase1Step() ;
-
- //Always clean your mess
- ~CECntReplaceDatabase1Step()
- {
- 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