williamr@2: // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@2: // All rights reserved. williamr@2: // This component and the accompanying materials are made available williamr@4: // under the terms of "Eclipse Public License v1.0" williamr@2: // which accompanies this distribution, and is available williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@2: // williamr@2: // Initial Contributors: williamr@2: // Nokia Corporation - initial contribution. williamr@2: // williamr@2: // Contributors: williamr@2: // williamr@2: // Description: williamr@2: // $Workfile: irmsgtypeuid.h $ williamr@2: // $Author: Stevep $ williamr@2: // $Revision: 4 $ williamr@2: // $Date: 4/12/01 9:45 $ williamr@2: // williamr@2: // williamr@2: williamr@2: /** williamr@2: @file williamr@2: @publishedAll williamr@2: @released williamr@2: */ williamr@2: williamr@2: #if !defined (__IRMSGTYPEUID_H__) williamr@2: #define __IRMSGTYPEUID_H__ williamr@2: williamr@2: const TInt32 KUidMsgTypeIrTInt32 = 0x100053A4; williamr@2: // This is defined in irobutil.h, which we don't control. williamr@2: // const TUid KUidMsgTypeIr = {KUidMsgTypeIrTInt32}; williamr@2: williamr@2: const TInt32 KUidMsgTypeIr = 0x100053A4; williamr@2: williamr@2: const TUid KUidMsgTypeIrUID = {KUidMsgTypeIr}; // we will revert this when we persuade PAN to make the other one a real TUid. williamr@2: williamr@2: #endif // __IRMSGTYPEUID_H__