pimprotocols/pbap/server/pbapserver.cpp
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   399 	{
   399 	{
   400 	LOG_FUNC
   400 	LOG_FUNC
   401 	return *static_cast<MPbapExporter*>(this);
   401 	return *static_cast<MPbapExporter*>(this);
   402 	}
   402 	}
   403 
   403 
       
   404 /*virtual*/ CPbapVCardExporterUtil& CPbapServer::ExporterUtil()
       
   405 	{
       
   406 	LOG_FUNC
       
   407 	return *iVCardExporter;
       
   408 	}
   404 
   409 
   405 /*virtual*/ MPbapErrorReporter& CPbapServer::ErrorReporter()
   410 /*virtual*/ MPbapErrorReporter& CPbapServer::ErrorReporter()
   406 	{
   411 	{
   407 	LOG_FUNC
   412 	LOG_FUNC
   408 	return *static_cast<MPbapErrorReporter*>(this);
   413 	return *static_cast<MPbapErrorReporter*>(this);