userlibandfileserver/fileserver/sfile/sf_svr.cpp
changeset 105 ea2434cf3670
parent 102 ef2a444a7410
child 152 657f875b013e
equal deleted inserted replaced
104:466a0df5c15a 105:ea2434cf3670
  1312                 TPckgBuf<TBool> buf(bFinalised);
  1312                 TPckgBuf<TBool> buf(bFinalised);
  1313                 aRequest->WriteL(KMsgPtr2, buf);
  1313                 aRequest->WriteL(KMsgPtr2, buf);
  1314 
  1314 
  1315                 return KErrNone;
  1315                 return KErrNone;
  1316             }
  1316             }
  1317 
  1317             case EFSysExtensionsSupported:
  1318             
  1318             {
       
  1319                 TBool supported = pDrive->GetFSys()->IsExtensionSupported();
       
  1320                 TPckgBuf<TBool> data(supported);
       
  1321                 aRequest->WriteL(KMsgPtr2,data);
       
  1322                 return KErrNone;
       
  1323             }
  1319 		default:
  1324 		default:
  1320 			{
  1325 			{
  1321 			return KErrNotSupported;
  1326 			return KErrNotSupported;
  1322 			}
  1327 			}
  1323 		}
  1328 		}