pimprotocols/pbap/inc/pbapvcardexporterutil.h
branchRCL_3
changeset 15 e8e3147d53eb
parent 0 e686773b3f54
child 61 d30183af6ca6
--- a/pimprotocols/pbap/inc/pbapvcardexporterutil.h	Fri Mar 12 15:41:25 2010 +0200
+++ b/pimprotocols/pbap/inc/pbapvcardexporterutil.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"
@@ -52,6 +52,7 @@
 						TVCardVersion aFormat, TUint64 aFilter);
 	void ExportEmptyVCardL(RWriteStream& aWriteStream, TVCardVersion aFormat);
 
+	TContactItemId FindContactIdFromNumberL(const TDesC& aNumber);
 public:
 	/**
 	PBAP clients are supposed to provide any information regarding the contact item represented by aContactId.
@@ -74,6 +75,7 @@
  	CContactDatabase& 	iDatabase;
 	CPbapLogWrapper*	iLogWrapper;
 	const CLogEvent*	iLogEvent;
+	TContactItemId		iLogEventContactId;
 	TVCardVersion 		iFormat;
 	TUint64			iFilter;	
 	RTz                 	iTzClient;