Changeset 61 for trunk/NewView/GlobalFilelistUnit.pas
- Timestamp:
- Jan 14, 2007, 8:02:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/GlobalFilelistUnit.pas
r32 r61 50 50 51 51 uses 52 DebugUnit, 52 53 ACLStringUtility, 53 54 SysUtils; … … 55 56 constructor TGlobalFilelist.Create; 56 57 begin 58 LogEvent(LogObjConstDest, '+ TGlobalFilelist.Create'); 59 57 60 FMem := TSuballocatedSharedMemory.Create( 'NEWVIEW_GLOBAL_FILELIST', 58 61 GLOBAL_FILELIST_SIZE, … … 68 71 destructor TGlobalFilelist.Destroy; 69 72 begin 73 LogEvent(LogObjConstDest, '- TGlobalFilelist.Destroy'); 74 70 75 FMem.Destroy; 71 76 FMutex.Destroy;
Note:
See TracChangeset
for help on using the changeset viewer.