Ignore:
Timestamp:
Jan 14, 2007, 8:02:42 PM (19 years ago)
Author:
RBRi
Message:

another refactoring step for cleaning up the command line handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/GlobalFilelistUnit.pas

    r32 r61  
    5050
    5151uses
     52  DebugUnit,
    5253  ACLStringUtility,
    5354  SysUtils;
     
    5556constructor TGlobalFilelist.Create;
    5657begin
     58  LogEvent(LogObjConstDest, '+ TGlobalFilelist.Create');
     59
    5760  FMem := TSuballocatedSharedMemory.Create( 'NEWVIEW_GLOBAL_FILELIST',
    5861                                            GLOBAL_FILELIST_SIZE,
     
    6871destructor TGlobalFilelist.Destroy;
    6972begin
     73  LogEvent(LogObjConstDest, '- TGlobalFilelist.Destroy');
     74
    7075  FMem.Destroy;
    7176  FMutex.Destroy;
Note: See TracChangeset for help on using the changeset viewer.