os/persistentdata/loggingservices/eventlogger/LogServ/inc/LogServDatabaseChangeDefinition.h
First public contribution.
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __LOGSERVDATABASECHANGEDEFINITION_H__
17 #define __LOGSERVDATABASECHANGEDEFINITION_H__
20 /////////////////////////////////////////////////////////////////////////////////////////
21 // -----> TLogServDatabaseChangeDefinition (header)
22 /////////////////////////////////////////////////////////////////////////////////////////
23 class TLogServDatabaseChangeDefinition
29 inline TLogServDatabaseChangeDefinition(TUid aChangeType, TInt aChangeParam1 = 0, TInt aChangeParam2 = 0, TInt aChangeParam3 = 0) : iChangeType(aChangeType), iChangeParam1(aChangeParam1), iChangeParam2(aChangeParam2), iChangeParam3(aChangeParam3) { }