userlibandfileserver/fileserver/sfile/sf_dat.cpp
changeset 300 1d28c8722707
parent 134 95847726fe57
equal deleted inserted replaced
293:0659d0e1a03c 300:1d28c8722707
    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__