|
Last change
on this file was
16763,
checked in by westram, 8 years ago
|
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
778 bytes
|
| Line | |
|---|
| 1 | // ================================================================= // |
|---|
| 2 | // // |
|---|
| 3 | // File : PH_root.cxx // |
|---|
| 4 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 5 | // http://www.arb-home.de/ // |
|---|
| 6 | // // |
|---|
| 7 | // ================================================================= // |
|---|
| 8 | |
|---|
| 9 | #include "phylo.hxx" |
|---|
| 10 | #include <arbdbt.h> |
|---|
| 11 | |
|---|
| 12 | PH_root *PH_root::SINGLETON = NULp; |
|---|
| 13 | |
|---|
| 14 | GB_ERROR PH_root::open(const char *db_server) { |
|---|
| 15 | GB_ERROR error = NULp; |
|---|
| 16 | |
|---|
| 17 | gb_main = GB_open(db_server, "rwt"); |
|---|
| 18 | if (!gb_main) error = GB_await_error(); |
|---|
| 19 | |
|---|
| 20 | return error; |
|---|
| 21 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.