bearermanagement/mpm/inc/mpmserver.h
changeset 44 a0c4ceac30d0
parent 41 bbb64eb3bdee
child 56 dd6aaa97e7b1
equal deleted inserted replaced
41:bbb64eb3bdee 44:a0c4ceac30d0
    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         /**