bearermanagement/S60MCPR/inc/s60mcpr.h
changeset 47 cb7afde124a3
parent 2 086aae6fc07e
child 58 83ca720e2b9a
child 61 8b0c979bbe8c
equal deleted inserted replaced
46:95d45f234cf3 47:cb7afde124a3
   251 
   251 
   252     /**
   252     /**
   253      * Used to filter out extra notifications because MPM only needs one 
   253      * Used to filter out extra notifications because MPM only needs one 
   254      * started/stopped event. Implement as simple FlipFlop -flag.
   254      * started/stopped event. Implement as simple FlipFlop -flag.
   255      */
   255      */
   256     TBool                   iDataClientStatusStarted : 1;
   256     TBool                   iDataClientStatusStarted;
   257     /**
   257     /**
   258      * Synchronisation flags, private by design, can be modified only by CMobilityActivity
   258      * Synchronisation flags, private by design, can be modified only by CMobilityActivity
   259      */
   259      */
   260     TBool                   iIsHandshakingNow : 1; 
   260     TBool                   iIsHandshakingNow; 
   261     
   261     
   262     /**
   262     /**
   263      * Connection preference list
   263      * Connection preference list
   264      */
   264      */
   265     ESock::RConnPrefList    iConnPrefList;
   265     ESock::RConnPrefList    iConnPrefList;