userlibandfileserver/fileserver/sfile/sf_dat.cpp
changeset 299 b5a01337d018
parent 134 95847726fe57
equal deleted inserted replaced
297:b2826f67641f 299:b5a01337d018
    25 CFsObjectCon* Dirs;
    25 CFsObjectCon* Dirs;
    26 CFsObjectCon* Formats;
    26 CFsObjectCon* Formats;
    27 CFsObjectCon* RawDisks;
    27 CFsObjectCon* RawDisks;
    28 CFsObjectCon* Extensions;
    28 CFsObjectCon* Extensions;
    29 CFsObjectCon* ProxyDrives;
    29 CFsObjectCon* ProxyDrives;
       
    30 CFsPool<CFsNotificationInfo>* NotificationInfoPool;
    30 
    31 
    31 CServerFs* TheFileServer;
    32 CServerFs* TheFileServer;
    32 TDrive TheDrives[KMaxDrives];
    33 TDrive TheDrives[KMaxDrives];
    33 
    34 
    34 //#ifndef __SECURE_API__
    35 //#ifndef __SECURE_API__