bearermanagement/mpm/inc/mpmserver.h
changeset 53 4af712113915
parent 47 cb7afde124a3
child 60 a9c709db68db
equal deleted inserted replaced
47:cb7afde124a3 53:4af712113915
    32 #include <ConnectionUiUtilities.h>
    32 #include <ConnectionUiUtilities.h>
    33 
    33 
    34 #include "mpmcommon.h"
    34 #include "mpmcommon.h"
    35 #include "rmpm.h"
    35 #include "rmpm.h"
    36 #include "mpmroamingwatcher.h"
    36 #include "mpmroamingwatcher.h"
       
    37 #include "mpmdatausagewatcher.h"
    37 #include "mpmvpntogglewatcher.h"
    38 #include "mpmvpntogglewatcher.h"
    38 
    39 
    39 
    40 
    40 class CMPMCommsDatAccess;
    41 class CMPMCommsDatAccess;
    41 class CMpmCsIdWatcher;
    42 class CMpmCsIdWatcher;
   687         * Returns the RoamingWatcher pointer
   688         * Returns the RoamingWatcher pointer
   688         *
   689         *
   689         * @since 5.2
   690         * @since 5.2
   690         */
   691         */
   691         inline CMPMRoamingWatcher* RoamingWatcher() const;
   692         inline CMPMRoamingWatcher* RoamingWatcher() const;
   692         
   693 
       
   694         /**
       
   695         * Returns the DataUsageWatcher pointer
       
   696         *
       
   697         * @since 5.2
       
   698         * @return DataUsageWatcher pointer
       
   699         */
       
   700         inline CMpmDataUsageWatcher* DataUsageWatcher() const;        
   693         
   701         
   694         
   702         
   695     public: // Functions from base classes
   703     public: // Functions from base classes
   696 
   704 
   697         /**
   705         /**