Renamed to DisjList.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@684 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,25 +0,0 @@
|
|||||||
//----------------------------------------------------------------------
|
|
||||||
// This software is part of the OpenBeOS distribution and is covered
|
|
||||||
// by the OpenBeOS license.
|
|
||||||
//---------------------------------------------------------------------
|
|
||||||
/*!
|
|
||||||
\file sniffer/Expr.h
|
|
||||||
Mime Sniffer Expression declarations
|
|
||||||
*/
|
|
||||||
#ifndef _sk_sniffer_expr_h_
|
|
||||||
#define _sk_sniffer_expr_h_
|
|
||||||
|
|
||||||
class BPositionIO;
|
|
||||||
|
|
||||||
namespace Sniffer {
|
|
||||||
|
|
||||||
//! Base expression class
|
|
||||||
class Expr {
|
|
||||||
public:
|
|
||||||
virtual ~Expr() {}
|
|
||||||
virtual bool Sniff(BPositionIO *data) const = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif // _sk_sniffer_expr_h_
|
|
||||||
Reference in New Issue
Block a user