equal
deleted
inserted
replaced
1773 //Get the standard DObject info |
1773 //Get the standard DObject info |
1774 GetObjectInfo (aTimer, (*localInfoBuf)()); |
1774 GetObjectInfo (aTimer, (*localInfoBuf)()); |
1775 //Get the timer specific info |
1775 //Get the timer specific info |
1776 (*localInfoBuf)().iState = aTimer->iTimer.iState; |
1776 (*localInfoBuf)().iState = aTimer->iTimer.iState; |
1777 (*localInfoBuf)().iType = aTimer->iTimer.iType; |
1777 (*localInfoBuf)().iType = aTimer->iTimer.iType; |
1778 #if FSHELL_PLATFORM_SYMTB >= 92 || FSHELL_PLATFORM_FOUNDATION >= 3 |
1778 #if FSHELL_PLATFORM_SYMTB >= 92 || FSHELL_PLATFORM_FOUNDATION >= 3 || (!defined(FSHELL_PLATFORM_FOUNDATION) && FSHELL_PLATFORM_S60 >= 5) |
1779 (*localInfoBuf)().iClientStatus = NULL; //TOMSCI TEMP |
1779 (*localInfoBuf)().iClientStatus = NULL; //TOMSCI TEMP |
1780 #else |
1780 #else |
1781 (*localInfoBuf)().iClientStatus = (TLinAddr)aTimer->iTimer.iStatus; |
1781 (*localInfoBuf)().iClientStatus = (TLinAddr)aTimer->iTimer.iStatus; |
1782 #endif |
1782 #endif |
1783 |
1783 |
1839 { |
1839 { |
1840 //Get the standard DObject info |
1840 //Get the standard DObject info |
1841 GetObjectInfo (aSession, (*localInfoBuf)()); |
1841 GetObjectInfo (aSession, (*localInfoBuf)()); |
1842 //Get the session specific info |
1842 //Get the session specific info |
1843 (*localInfoBuf)().iServer = (TUint8*)aSession->iServer; |
1843 (*localInfoBuf)().iServer = (TUint8*)aSession->iServer; |
1844 #if defined(FSHELL_PLATFORM_FOUNDATION) || defined(FSHELL_PLATFORM_SYMTB) |
1844 #if defined(FSHELL_PLATFORM_FOUNDATION) || defined(FSHELL_PLATFORM_SYMTB) || FSHELL_PLATFORM_S60 >= 5 |
1845 (*localInfoBuf)().iSessionPtr = (TAny*)aSession->iSessionCookie; |
1845 (*localInfoBuf)().iSessionPtr = (TAny*)aSession->iSessionCookie; |
1846 #else |
1846 #else |
1847 (*localInfoBuf)().iSessionPtr = (TAny*)aSession->iSessionPtr; |
1847 (*localInfoBuf)().iSessionPtr = (TAny*)aSession->iSessionPtr; |
1848 #endif |
1848 #endif |
1849 (*localInfoBuf)().iTotalAccessCount = aSession->iTotalAccessCount; |
1849 (*localInfoBuf)().iTotalAccessCount = aSession->iTotalAccessCount; |