Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 293570
Collapse All | Expand All

(-)tripwire-2.3.1-2/src/fco/fconame.h (+1 lines)
Lines 49-54 Link Here
49
///////////////////////////////////////////////////////////////////////////////
49
///////////////////////////////////////////////////////////////////////////////
50
class cFCONameTblNode;
50
class cFCONameTblNode;
51
class cFCONameIter;
51
class cFCONameIter;
52
class cFCOName_i;
52
53
53
class cFCOName : public iTypedSerializable
54
class cFCOName : public iTypedSerializable
54
{
55
{
(-)tripwire-2.3.1-2/src/fco/fcosetimpl.h (+2 lines)
Lines 46-51 Link Here
46
#include "fconame.h"
46
#include "fconame.h"
47
#endif
47
#endif
48
48
49
class cFCOIterImpl;
50
49
class cFCOSetImpl : public iFCOSet
51
class cFCOSetImpl : public iFCOSet
50
{
52
{
51
	friend class cFCOIterImpl;
53
	friend class cFCOIterImpl;
(-)tripwire-2.3.1-2/src/tw/fcoreport.h (+1 lines)
Lines 85-90 Link Here
85
class cFileHeaderID;
85
class cFileHeaderID;
86
class cErrorQueue;
86
class cErrorQueue;
87
class cFCOReportGenreHeader;
87
class cFCOReportGenreHeader;
88
class cFCOReportSpecIter; 
88
89
89
class cFCOReport : public iTypedSerializable
90
class cFCOReport : public iTypedSerializable
90
{
91
{

Return to bug 293570