pimprotocols/pbap/inc/pbapfolderclient.h
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
--- a/pimprotocols/pbap/inc/pbapfolderclient.h	Fri Mar 12 15:41:25 2010 +0200
+++ b/pimprotocols/pbap/inc/pbapfolderclient.h	Mon Mar 15 12:39:26 2010 +0200
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2006-2010 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"
@@ -23,6 +23,7 @@
 class MPbapErrorReporter;
 class CPbapContactDbViews;
 class CPbapLogWrapper;
+class CPbapVCardExporterUtil;
 
 class MVirtualFolderClient
 	{
@@ -32,6 +33,7 @@
 	virtual MPbapErrorReporter& ErrorReporter() =0;
 	virtual CPbapContactDbViews& ContactDbViews() =0;
 	virtual CPbapLogWrapper& LogClient() const =0;
+	virtual CPbapVCardExporterUtil& ExporterUtil() = 0;
 	};
 
 #endif //PBAPFOLDERCLIENT_H