|
Lines 83-91
class CLDB {
Link Here
|
| 83 |
CLfile *get_fileitem(const EST_String &name) |
83 |
CLfile *get_fileitem(const EST_String &name) |
| 84 |
{ return (CLfile *)fileindex.lookup(name); } |
84 |
{ return (CLfile *)fileindex.lookup(name); } |
| 85 |
void load_coefs_sig(EST_Item *unit); |
85 |
void load_coefs_sig(EST_Item *unit); |
| 86 |
CLfile *CLDB::get_file_coefs_sig(const EST_String &fileid); |
86 |
CLfile *get_file_coefs_sig(const EST_String &fileid); |
| 87 |
void load_join_coefs(CLunit *unit); |
87 |
void load_join_coefs(CLunit *unit); |
| 88 |
CLfile *CLDB::get_file_join_coefs(const EST_String &fileid); |
88 |
CLfile *get_file_join_coefs(const EST_String &fileid); |
| 89 |
}; |
89 |
}; |
| 90 |
|
90 |
|
| 91 |
|
91 |
|