phonesrv_plat/network_handling_engine_api/inc/NWHandlingEngine.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    20 #ifndef NWHandlingEngine_H
    20 #ifndef NWHandlingEngine_H
    21 #define NWHandlingEngine_H
    21 #define NWHandlingEngine_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <rmmcustomapi.h> 
    25 #include <rmmcustomapi.h>
    26 #include <etelpckt.h> // for RPacketService::TDynamicCapsFlags
    26 #include <etelpckt.h> // for RPacketService::TDynamicCapsFlags
    27 
    27 
    28 
    28 
    29 // CONSTANTS
    29 // CONSTANTS
    30 // Max length of network country code.
    30 // Max length of network country code.
   269             // Fetching Network Provider Name
   269             // Fetching Network Provider Name
   270             ENWGetNetworkProviderName,
   270             ENWGetNetworkProviderName,
   271             // Fetching Programmable Operator Name
   271             // Fetching Programmable Operator Name
   272             ENWGetProgrammableOperatorName,
   272             ENWGetProgrammableOperatorName,
   273             // Notifying network registration status change
   273             // Notifying network registration status change
   274             ENWNotifyNetworkRegistrationStatusChange
   274             ENWNotifyNetworkRegistrationStatusChange,
   275             };
   275             };
   276 
   276 
   277         /**
   277         /**
   278         * Offers message interface to the client
   278         * Offers message interface to the client
   279         * @param aMessage 
   279         * @param aMessage