Bug 1791 - Fixed a load of improperly formed member function pointer code. Also fixed a few over qualifed method names.
/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Uid definitions for MsgNotifiers.
*
*/
#ifndef MSGNOTIFIERSCONST_H
#define MSGNOTIFIERSCONST_H
// CONSTANTS
// UID of the SendAs notifier channel to get the user's confirmation
//
// This must be the same as the "notifierUid" in "sendasserver.rss"!
const TUid KSendAsNotifierPluginUid = {0x10208C14};
// UID of the SendUi notifier
const TUid KSendUiNotifierPluginUid = {0x10282895};
#endif // MSGNOTIFIERSCONST_H
// End of File