userlibandfileserver/fileserver/sfile/sf_debug.cpp
changeset 300 1d28c8722707
parent 254 1560c419b176
equal deleted inserted replaced
293:0659d0e1a03c 300:1d28c8722707
   620             {
   620             {
   621             TPckgBuf<TInt> pkgBuf(ObjectCount);
   621             TPckgBuf<TInt> pkgBuf(ObjectCount);
   622             TInt r=aRequest->Write(2,pkgBuf);
   622             TInt r=aRequest->Write(2,pkgBuf);
   623             return r;
   623             return r;
   624             }
   624             }
       
   625 
       
   626 		case KControlIoHeapCellCount:
       
   627 			{
       
   628             TPckgBuf<TInt> pkgBuf(User::Allocator().Count());
       
   629             TInt r=aRequest->Write(2,pkgBuf);
       
   630             return r;
       
   631 			}
       
   632 
   625         // Check if the file is in 'file sequential/non-rugged file' mode
   633         // Check if the file is in 'file sequential/non-rugged file' mode
   626         case KControlIoIsFileSequential:
   634         case KControlIoIsFileSequential:
   627         	{
   635         	{
   628         	TDrive* drive = aRequest->Drive();
   636         	TDrive* drive = aRequest->Drive();
   629         	if(!drive)
   637         	if(!drive)