Last change
on this file was
2,
checked in by oldcode, 24 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
371 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | class ALI_PT { |
---|
4 | private: |
---|
5 | aisc_com *link; |
---|
6 | T_PT_LOCS locs; |
---|
7 | T_PT_MAIN com; |
---|
8 | T_PT_FAMILYLIST f_list; |
---|
9 | |
---|
10 | init_communication(); |
---|
11 | |
---|
12 | public: |
---|
13 | int open(char *servername,GBDATA *gb_main); |
---|
14 | int close(void); |
---|
15 | int find_family(char *string, int find_type = 0); |
---|
16 | int first_family(char **seq_name, int *matches); |
---|
17 | int next_family(char **seq_name, int *matches); |
---|
18 | }; |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.