core/builtins/ps.cpp
changeset 69 849a0b46c767
parent 7 184a1eb85cf2
equal deleted inserted replaced
68:6a26ca985d90 69:849a0b46c767
   549 		_LIT(KFormat, "%S%d\r\n");
   549 		_LIT(KFormat, "%S%d\r\n");
   550 		iFormatter->AppendFormatL(KFormat, &aCaption, aSize);
   550 		iFormatter->AppendFormatL(KFormat, &aCaption, aSize);
   551 		}
   551 		}
   552 	}
   552 	}
   553 
   553 
       
   554 #ifdef FSHELL_MEMORY_ACCESS_SUPPORT
       
   555 
   554 void ReleaseCodesegMutex(TAny* aMemAccess)
   556 void ReleaseCodesegMutex(TAny* aMemAccess)
   555 	{
   557 	{
   556 	static_cast<RMemoryAccess*>(aMemAccess)->ReleaseCodeSegMutex();
   558 	static_cast<RMemoryAccess*>(aMemAccess)->ReleaseCodeSegMutex();
   557 	}
   559 	}
   558 
   560 
   573 		iFormatter->AppendFormatL(_L("\t\t%S\r\n"), &iChunkName);
   575 		iFormatter->AppendFormatL(_L("\t\t%S\r\n"), &iChunkName);
   574 		}
   576 		}
   575 	CleanupStack::PopAndDestroy(); // ReleaseCodesegMutex
   577 	CleanupStack::PopAndDestroy(); // ReleaseCodesegMutex
   576 	}
   578 	}
   577 
   579 
       
   580 #endif
       
   581 
   578 #ifdef EXE_BUILD
   582 #ifdef EXE_BUILD
   579 EXE_BOILER_PLATE(CCmdPs)
   583 EXE_BOILER_PLATE(CCmdPs)
   580 #endif
   584 #endif
   581 
   585