connectionmonitoring/connmon/connectionmonitor/inc/ConnMonDef.h
changeset 52 bbe4544dfd31
parent 0 5a93021fdf25
equal deleted inserted replaced
50:6a30cdd10231 52:bbe4544dfd31
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-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".
   106     EConnMonPriorityMedium = 5,
   106     EConnMonPriorityMedium = 5,
   107     EConnMonPriorityHigh   = 10
   107     EConnMonPriorityHigh   = 10
   108     };
   108     };
   109 
   109 
   110 /**
   110 /**
       
   111  * Status values for dial-up PDP context override functionality.
       
   112  */
       
   113 enum TConnMonDialUpOverrideStatus
       
   114     {
       
   115     EConnMonDialUpOverrideDisabled = 0,
       
   116     EConnMonDialUpOverrideInactive,
       
   117     EConnMonDialUpOverrideActive
       
   118     };
       
   119 
       
   120 /**
   111  * TEventInfo
   121  * TEventInfo
   112  */
   122  */
   113 class TEventInfo
   123 class TEventInfo
   114     {
   124     {
   115 public:
   125 public: