Last change
on this file was
5893,
checked in by westram, 16 years ago
|
- prefix rename only ('ap'→'ph')
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
300 bytes
|
Line | |
---|
1 | #include "phylo.hxx" |
---|
2 | |
---|
3 | extern AW_window *preset_window(AW_root *root); |
---|
4 | |
---|
5 | GB_ERROR PH_root::open(const char *db_server) { |
---|
6 | GB_ERROR error = 0; |
---|
7 | |
---|
8 | gb_main = GB_open(db_server,"rwt"); |
---|
9 | if (!gb_main) error = GB_await_error(); |
---|
10 | else GLOBAL_gb_main = gb_main; |
---|
11 | |
---|
12 | return error; |
---|
13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.