1 // Copyright (c) 2001-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 // $Workfile: irmsgtypeuid.h $
17 // $Date: 4/12/01 9:45 $
27 #if !defined (__IRMSGTYPEUID_H__)
28 #define __IRMSGTYPEUID_H__
30 const TInt32 KUidMsgTypeIrTInt32 = 0x100053A4;
31 // This is defined in irobutil.h, which we don't control.
32 // const TUid KUidMsgTypeIr = {KUidMsgTypeIrTInt32};
34 const TInt32 KUidMsgTypeIr = 0x100053A4;
36 const TUid KUidMsgTypeIrUID = {KUidMsgTypeIr}; // we will revert this when we persuade PAN to make the other one a real TUid.
38 #endif // __IRMSGTYPEUID_H__