bearermanagement/S60MCPR/inc/s60mcpr.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
   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;
   256     TBool                   iDataClientStatusStarted : 1;
   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; 
   260     TBool                   iIsHandshakingNow : 1; 
   261     
   261     
   262     /**
   262     /**
   263      * Connection preference list
   263      * Connection preference list
   264      */
   264      */
   265     ESock::RConnPrefList    iConnPrefList;
   265     ESock::RConnPrefList    iConnPrefList;