libraries/memoryaccess/MemoryAccess.cpp
changeset 76 2f382fb2036c
parent 7 184a1eb85cf2
child 86 56b6ee983610
--- a/libraries/memoryaccess/MemoryAccess.cpp	Mon Oct 25 10:37:01 2010 +0100
+++ b/libraries/memoryaccess/MemoryAccess.cpp	Mon Oct 25 13:21:33 2010 +0100
@@ -1775,7 +1775,7 @@
 		//Get the timer specific info
 		(*localInfoBuf)().iState = aTimer->iTimer.iState;
 		(*localInfoBuf)().iType = aTimer->iTimer.iType;
-#if FSHELL_PLATFORM_SYMTB >= 92 || FSHELL_PLATFORM_FOUNDATION >= 3
+#if FSHELL_PLATFORM_SYMTB >= 92 || FSHELL_PLATFORM_FOUNDATION >= 3 || (!defined(FSHELL_PLATFORM_FOUNDATION) && FSHELL_PLATFORM_S60 >= 5)
 		(*localInfoBuf)().iClientStatus = NULL; //TOMSCI TEMP
 #else
 		(*localInfoBuf)().iClientStatus = (TLinAddr)aTimer->iTimer.iStatus;
@@ -1841,7 +1841,7 @@
 		GetObjectInfo (aSession, (*localInfoBuf)());
 		//Get the session specific info
 		(*localInfoBuf)().iServer = (TUint8*)aSession->iServer;
-#if defined(FSHELL_PLATFORM_FOUNDATION) || defined(FSHELL_PLATFORM_SYMTB)
+#if defined(FSHELL_PLATFORM_FOUNDATION) || defined(FSHELL_PLATFORM_SYMTB) || FSHELL_PLATFORM_S60 >= 5
 		(*localInfoBuf)().iSessionPtr = (TAny*)aSession->iSessionCookie;
 #else
 		(*localInfoBuf)().iSessionPtr = (TAny*)aSession->iSessionPtr;