diff -r 81f8547efd4f -r e8e3147d53eb pimprotocols/pbap/inc/pbapserver.h --- a/pimprotocols/pbap/inc/pbapserver.h Fri Mar 12 15:41:25 2010 +0200 +++ b/pimprotocols/pbap/inc/pbapserver.h 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" @@ -36,6 +36,7 @@ class RFs; class CPbapLogWrapper; class CPbapAuthPasswordGetter; +class CPbapVCardExporterUtil; const TUint KPbapServerShutdownDelay = 5000000; @@ -149,7 +150,8 @@ virtual MPbapErrorReporter& ErrorReporter(); virtual CPbapContactDbViews& ContactDbViews(); virtual CPbapLogWrapper& LogClient() const; - + virtual CPbapVCardExporterUtil& ExporterUtil(); + private: // from MPbapExporter virtual void StartExport();