1 // Copyright (c) 1998-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.
14 // TMSVSYSTEMPROGRES.H
18 #ifndef __TMSVSYSTEMPROGRESS_H__
19 #define __TMSVSYSTEMPROGRESS_H__
23 const TUint KUIDMsgMsvSystemProgress = 0x1028308F;
26 Progress information that is defined by and understood by the system as well as client MTM's
31 class TMsvSystemProgress
34 IMPORT_C TMsvSystemProgress();
35 IMPORT_C TMsvSystemProgress(const TMsvSystemProgress& aSysProg);
36 IMPORT_C TMsvSystemProgress& operator=(const TMsvSystemProgress& aSysProg);
39 /** the version number of class */
41 /** Operation error code.*/
43 /** the id of an entry in an operation*/
47 #endif // #define __TMSVSYSTEMPROGRESS_H__