--- a/pimprotocols/pbap/server/pbapserver.cpp Fri Mar 12 15:41:25 2010 +0200
+++ b/pimprotocols/pbap/server/pbapserver.cpp Mon Mar 15 12:39:26 2010 +0200
@@ -1,4 +1,4 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2007-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"
@@ -401,6 +401,11 @@
return *static_cast<MPbapExporter*>(this);
}
+/*virtual*/ CPbapVCardExporterUtil& CPbapServer::ExporterUtil()
+ {
+ LOG_FUNC
+ return *iVCardExporter;
+ }
/*virtual*/ MPbapErrorReporter& CPbapServer::ErrorReporter()
{