source: tags/initial/PHYLO/PH_root.cxx

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 245 bytes
Line 
1#include "include.hxx"
2
3extern AW_window *preset_window( AW_root *root );
4
5char *AP_root::open(const char *db_server)
6        {
7        gb_main = GB_open(db_server,"rwt");
8        if (!gb_main) return (char *)GB_get_error();
9        ::gb_main = this->gb_main;
10        return 0;
11}
Note: See TracBrowser for help on using the repository browser.