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/SL/GUI_ALIVIEW/AWT_filter.cxx

    r6490 r6666  
    194194    struct adfiltercbstruct *acbs   = new adfiltercbstruct; 
    195195    acbs->gb_main                   = gb_main; 
     196    AW_default               aw_def = AW_ROOT_DEFAULT; 
     197 
    196198    GB_push_transaction(acbs->gb_main); 
    197     AW_default               aw_def = aw_root->get_default(def_name); 
    198199 
    199200#if defined(DEBUG)