loggingservices/eventlogger/logcntmodel/inc/logcntmodel.h
changeset 19 d6ef85bc5971
parent 0 08ec8eefde2f
equal deleted inserted replaced
17:55f2396f6d25 19:d6ef85bc5971
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-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".
    63 	virtual void ReadContactNameL(TLogContactItemId aContactId, TDes& aName, TLogContactNameFormat aNameFormat)=0;	
    63 	virtual void ReadContactNameL(TLogContactItemId aContactId, TDes& aName, TLogContactNameFormat aNameFormat)=0;	
    64 	};
    64 	};
    65 
    65 
    66 /** Interface UID to be used by all contacts model plugin's for log engine
    66 /** Interface UID to be used by all contacts model plugin's for log engine
    67 @internalAll */
    67 @internalAll */
    68 const TUid  KUidEComLogCntInterface = {0x20008029};
    68 #ifdef SYSLIBS_TEST 
    69 
    69     const TUid  KUidEComLogCntInterface = {0x20008030};
       
    70 #else
       
    71     const TUid  KUidEComLogCntInterface = {0x20008029};
       
    72 #endif
    70 /** Provides an interface for ECom plugins
    73 /** Provides an interface for ECom plugins
    71 @internalAll */
    74 @internalAll */
    72 class CLogCntModel: public CBase, public MLogCntModel
    75 class CLogCntModel: public CBase, public MLogCntModel
    73 	{
    76 	{
    74 public:
    77 public: