internetradio2.0/irsessionlog/inc/irsessionlogger.h
changeset 15 065198191975
parent 14 896e9dbc5f19
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
   311      * The following methods are for Nms Event Usage Logging 
   311      * The following methods are for Nms Event Usage Logging 
   312      */
   312      */
   313     
   313     
   314     /**
   314     /**
   315     * Function: WriteNmsLogData
   315     * Function: WriteNmsLogData
   316     * gathers Nmslog data and writes to XML file
   316     * gathers NmsLog data and writes to XML file
   317     * @param position of the log in the log data array
   317     * @param position of the log in the log data array
   318     */      
   318     */      
   319     void WriteNmsLogData( TInt aIndex );
   319     void WriteNmsLogData( TInt aIndex );
   320     
   320     
   321     /**
   321     /**