Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 152652 | Differences between
and this patch

Collapse All | Expand All

(-)festival/src/modules/clunits/clunits.h (-2 / +2 lines)
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
(-)festival/src/modules/MultiSyn/EST_JoinCostCache.h (-1 / +1 lines)
Lines 56-66 Link Here
56
/** Object oriented approach for better and for worse... 
56
/** Object oriented approach for better and for worse... 
57
*/
57
*/
58
58
59
#include <ostream>
59
#include "EST_TList.h"
60
#include "EST_TList.h"
60
#include "ling_class/EST_Item.h"
61
#include "ling_class/EST_Item.h"
61
62
62
class EST_JoinCost;
63
class EST_JoinCost;
63
class ostream;
64
64
65
class EST_JoinCostCache {
65
class EST_JoinCostCache {
66
public:
66
public:

Return to bug 152652