Show
Ignore:
Timestamp:
21/05/10 19:44:17 (2 years ago)
Author:
westram
Message:
  • AW_root
    • ctor initializes AWAR subsystem
    • made more clear that AW_root is a singleton
    • call dtor atexit; unlink AWARs from prop-DB and free memory (AW_window instances and releated mem still remain)
    • close properties DB
    • renamed some functions
  • AW_awar
    • added dtor
  • added AWT_create_root (necessary to add properties DB to DB-browser)
  • removed AWT_open_properties (done inside AW_root-ctor now)
  • EDIT properties
    • detect existing properties before constructing AW_root
  • removed AW_config_struct
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EDIT4/ed4_class.hxx

    r6512 r6666  
    10401040    AW_root                 *aw_root;               // Points to 'AW-Window-Controller' 
    10411041    AW_default               props_db;              // Default Properties database 
    1042     const char              *db_name;               // name of Default Properties database 
     1042    char                    *db_name;               // name of Default Properties database 
    10431043    ED4_window              *first_window;          // Points to List of Main Windows of ED4 
    10441044    ED4_main_manager        *main_manager;          // Points to Main manager of ED4