iaupdate/IAD/ui/inc/iaupdateroaminghandler.h
branchRCL_3
changeset 15 51c0f5edf5ef
parent 0 ba25891c3a9e
equal deleted inserted replaced
6:aba6b8104af3 15:51c0f5edf5ef
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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 "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".
    84     * Is roaming network
    84     * Is roaming network
    85     * @return True value if in roaming network
    85     * @return True value if in roaming network
    86     */
    86     */
    87     TBool IsRoaming();
    87     TBool IsRoaming();
    88     
    88     
    89     /**
       
    90     * Shows roaming warning dialog if needed 
       
    91     * @return True value if network access rejected because of roaming warning
       
    92     */
       
    93     TBool RoamingRejectionL();
       
    94         
       
    95 
    89 
    96 private:
    90 private:
    97 
    91 
    98     /**
    92     /**
    99     * Perform the second phase construction of a CIAUpdateRoamingHandler object
    93     * Perform the second phase construction of a CIAUpdateRoamingHandler object
   114 	TBool iRoaming;
   108 	TBool iRoaming;
   115 	
   109 	
   116 	TBool iPreparing;
   110 	TBool iPreparing;
   117 	
   111 	
   118 	TBool iPrepared;
   112 	TBool iPrepared;
   119 	
   113 
   120 	TBool iRoamingConnectionAccepted;
       
   121     };
   114     };
   122 
   115 
   123 
   116 
   124 #endif // __IAUPDATE_ROAMING_HANDLER_H__
   117 #endif // __IAUPDATE_ROAMING_HANDLER_H__