loggingservices/eventlogger/test/inc/t_logutil3.h
author hgs
Mon, 27 Sep 2010 11:59:56 +0100
changeset 51 7d4490026038
permissions -rw-r--r--
201037_06
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
51
7d4490026038 201037_06
hgs
parents:
diff changeset
     1
// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
7d4490026038 201037_06
hgs
parents:
diff changeset
     2
// All rights reserved.
7d4490026038 201037_06
hgs
parents:
diff changeset
     3
// This component and the accompanying materials are made available
7d4490026038 201037_06
hgs
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
7d4490026038 201037_06
hgs
parents:
diff changeset
     5
// which accompanies this distribution, and is available
7d4490026038 201037_06
hgs
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
7d4490026038 201037_06
hgs
parents:
diff changeset
     7
//
7d4490026038 201037_06
hgs
parents:
diff changeset
     8
// Initial Contributors:
7d4490026038 201037_06
hgs
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
7d4490026038 201037_06
hgs
parents:
diff changeset
    10
//
7d4490026038 201037_06
hgs
parents:
diff changeset
    11
// Contributors:
7d4490026038 201037_06
hgs
parents:
diff changeset
    12
//
7d4490026038 201037_06
hgs
parents:
diff changeset
    13
// Description:
7d4490026038 201037_06
hgs
parents:
diff changeset
    14
//
7d4490026038 201037_06
hgs
parents:
diff changeset
    15
#ifndef t_logutil3_h
7d4490026038 201037_06
hgs
parents:
diff changeset
    16
#define t_logutil3_h
7d4490026038 201037_06
hgs
parents:
diff changeset
    17
7d4490026038 201037_06
hgs
parents:
diff changeset
    18
#include <e32def.h>
7d4490026038 201037_06
hgs
parents:
diff changeset
    19
#include "logcntdef.h"
7d4490026038 201037_06
hgs
parents:
diff changeset
    20
7d4490026038 201037_06
hgs
parents:
diff changeset
    21
void LogGetContactmatchCountAndNameFormatL(TInt& aContactMatchCount, TLogContactNameFormat& aContactNameFormat);
7d4490026038 201037_06
hgs
parents:
diff changeset
    22
7d4490026038 201037_06
hgs
parents:
diff changeset
    23
7d4490026038 201037_06
hgs
parents:
diff changeset
    24
#endif//t_logutil3_h