williamr@2: /* williamr@2: * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). williamr@2: * All rights reserved. williamr@2: * This component and the accompanying materials are made available williamr@2: * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members williamr@2: * which accompanies this distribution, and is available williamr@2: * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". williamr@2: * williamr@2: * Initial Contributors: williamr@2: * Nokia Corporation - initial contribution. williamr@2: * williamr@2: * Contributors: williamr@2: * williamr@2: * Description: SDK Central Repository definitions of the williamr@2: * Core Application UIs subsystem williamr@2: * williamr@2: */ williamr@2: williamr@2: williamr@2: #ifndef COREAPPLICATIONUISSDKCRKEYS_H williamr@2: #define COREAPPLICATIONUISSDKCRKEYS_H williamr@2: williamr@2: // INCLUDES williamr@2: #include williamr@2: williamr@2: const TUid KCRUidCoreApplicationUIs = { 0x101F876C }; williamr@2: williamr@2: // ============================================================================= williamr@2: // Network Status API williamr@2: // ============================================================================= williamr@2: williamr@2: /** williamr@2: * This key indicates whether network connections are allowed. E.g. is Offline Mode williamr@2: * active. williamr@2: * williamr@2: * @see TCoreAppUIsNetworkConnectionAllowed williamr@2: */ williamr@2: const TUint32 KCoreAppUIsNetworkConnectionAllowed = 0x00000001; williamr@2: enum TCoreAppUIsNetworkConnectionAllowed williamr@2: { williamr@2: ECoreAppUIsNetworkConnectionNotAllowed = 0, ///< Network connection not allowed williamr@2: ECoreAppUIsNetworkConnectionAllowed ///< Network connection allowed williamr@2: }; williamr@2: williamr@2: #endif // COREAPPLICATIONUISSDKCRKEYS_H williamr@2: williamr@2: // End of File williamr@2: