diff -r 0ca79e3612d9 -r 9ba7f05d28a5 connectivitymodules/SeCon/services/pcd/inc/sconbrqueue.h --- a/connectivitymodules/SeCon/services/pcd/inc/sconbrqueue.h Wed Jun 23 18:02:53 2010 +0300 +++ b/connectivitymodules/SeCon/services/pcd/inc/sconbrqueue.h Tue Jul 06 14:06:02 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2005-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" @@ -31,11 +31,10 @@ public: /** * Two-phase constructor - * @param aMaxObjectSize Max object size * @param aFs aReference to RFs connection. * @return CSConBackupRestoreQueue instance */ - static CSConBackupRestoreQueue* NewL( const TInt aMaxObjectSize, RFs& aFs ); + static CSConBackupRestoreQueue* NewL( RFs& aFs ); /** * Destructor * @return CSConBackupRestoreQueue instance @@ -82,11 +81,10 @@ CSConBackupRestoreQueue(); /** * Initializes member data - * @param aMaxObjectSize Max object size * @param aFs aReference to RFs connection. * @return none */ - void ConstructL( const TInt aMaxObjectSize, RFs& aFs ); + void ConstructL( RFs& aFs ); /** * Polls queue * @return none