qtmobility/src/bearer/qnetworkconfigmanager.h
changeset 4 90517678cc4f
parent 0 cfcbf08528c4
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the Qt Mobility Components.
     7 ** This file is part of the Qt Mobility Components.
     8 **
     8 **
    62          CanStartAndStopInterfaces  = 0x00000001,
    62          CanStartAndStopInterfaces  = 0x00000001,
    63          DirectConnectionRouting = 0x00000002,
    63          DirectConnectionRouting = 0x00000002,
    64          SystemSessionSupport = 0x00000004,
    64          SystemSessionSupport = 0x00000004,
    65          ApplicationLevelRoaming = 0x00000008,
    65          ApplicationLevelRoaming = 0x00000008,
    66          ForcedRoaming = 0x00000010,
    66          ForcedRoaming = 0x00000010,
    67          DataStatistics = 0x00000020
    67          DataStatistics = 0x00000020,
       
    68          NetworkSessionRequired = 0x00000040
    68     };
    69     };
    69 
    70 
    70     Q_DECLARE_FLAGS(Capabilities, Capability)
    71     Q_DECLARE_FLAGS(Capabilities, Capability)
    71 
    72 
    72     QNetworkConfigurationManager( QObject* parent = 0 );
    73     QNetworkConfigurationManager( QObject* parent = 0 );