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/PROBE_DESIGN/probe_design.cxx

    r6656 r6666  
    12231223} 
    12241224 
    1225 void probe_design_save_default(AW_window *aw, AW_default aw_def) 
    1226 { 
    1227     AW_root *aw_root = aw->get_root(); 
    1228     aw_root->save_default(aw_def, 0); 
    1229 } 
    1230  
    1231  
    12321225AW_window *create_probe_design_window(AW_root *root, AW_CL cl_gb_main) { 
    12331226    AW_window_simple *aws     = new AW_window_simple;