messagingapp/msgui/unifiededitor/inc/msgmonitor.inl
changeset 27 e4592d119491
parent 25 84d9eb65b26f
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
    97 inline int MsgMonitor::maxMmsRecipients()
    97 inline int MsgMonitor::maxMmsRecipients()
    98 {
    98 {
    99     return mMaxMmsRecipients;
    99     return mMaxMmsRecipients;
   100 }
   100 }
   101 
   101 
       
   102 //---------------------------------------------------------------
       
   103 // MsgMonitor::msgAddressCount
       
   104 // @see header file
       
   105 //---------------------------------------------------------------
       
   106 inline int MsgMonitor::msgAddressCount()
       
   107 {
       
   108     return mMsgCurrAddressCount;
       
   109 }
       
   110 
   102 //  End of File
   111 //  End of File