adaptationlayer/tsy/nokiatsy_dll/inc/cmmnetmesshandler.h
changeset 9 8486d82aef45
parent 8 6295dc2169f3
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
   591         RPointerArray<HBufC8> iNetMessageQueue;
   591         RPointerArray<HBufC8> iNetMessageQueue;
   592 
   592 
   593         // For storing latest received NET_MODEM_REG_STATUS_IND
   593         // For storing latest received NET_MODEM_REG_STATUS_IND
   594         HBufC8* iLastNetModemRegStatusInd;
   594         HBufC8* iLastNetModemRegStatusInd;
   595 
   595 
       
   596         // Heap-based instance
       
   597         RMobilePhone::TMobilePhoneNetworkInfoV5 iNetworkInfoHelper;
   596     protected: // Data
   598     protected: // Data
   597 
   599 
   598         // Pointer to the PhonetSender
   600         // Pointer to the PhonetSender
   599         CMmPhoNetSender* iPhoNetSender;
   601         CMmPhoNetSender* iPhoNetSender;
   600 
   602