connectivitymodules/SeCon/services/pcd/inc/sconbrqueue.h
changeset 40 b63e67867dcd
parent 19 2691f6aa1921
--- a/connectivitymodules/SeCon/services/pcd/inc/sconbrqueue.h	Tue Jul 13 03:35:14 2010 +0530
+++ b/connectivitymodules/SeCon/services/pcd/inc/sconbrqueue.h	Tue Jul 13 03:39:25 2010 +0530
@@ -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