persistentstorage/sql/TEST/t_dummyabclient.cpp
changeset 51 7d4490026038
parent 0 08ec8eefde2f
equal deleted inserted replaced
40:b8bdbc8f59c7 51:7d4490026038
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 // Dummy implementation of CActiveBackupClient class.
    14 // Dummy implementation of CActiveBackupClient class.
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #include "connect/abclient.h"
    18 #include "connect/abclient.h"
       
    19 
       
    20 //The CActiveBackupClient implementation here is used by t_sqlbur and t_sqlbur2 tests.
       
    21 //These 2 tests don't link agains the real secure backup client dll, so they use the
       
    22 //CActiveBackupClient implementation here.
    19 
    23 
    20 namespace conn
    24 namespace conn
    21 	{
    25 	{
    22 
    26 
    23 	CActiveBackupClient::CActiveBackupClient() : iClientSession(NULL), iABCallbackHandler(NULL)
    27 	CActiveBackupClient::CActiveBackupClient() : iClientSession(NULL), iABCallbackHandler(NULL)