dtinfo subdirectory DtMmdb

This commit is contained in:
Ulrich Wilkens
2013-08-28 19:16:37 +02:00
committed by Jon Trulson
parent 0be684281d
commit fbd81ef151
159 changed files with 735 additions and 588 deletions

View File

@@ -74,8 +74,8 @@ public:
virtual PQBoolean evaluate(const Element &);
private:
int f_position ;
PQEqOp f_optype;
int f_position ;
};
class PQSibling: public PQExpr
@@ -85,8 +85,8 @@ public:
virtual PQBoolean evaluate(const Element &);
private:
int f_sibling;
PQEqOp f_optype;
int f_sibling;
};
class PQAttributeSelector : public PQExpr