separated rcldb and rclquery

This commit is contained in:
dockes 2008-06-13 18:23:50 +00:00
parent 0e7a78d688
commit 8c9d44d3df

View File

@ -41,7 +41,7 @@ public:
} }
X *operator->() {return rep;} X *operator->() {return rep;}
int getcnt() const {return pcount ? *pcount : 0;} int getcnt() const {return pcount ? *pcount : 0;}
const X *getptr() const {return rep;} X *getptr() const {return rep;}
bool isNull() const {return rep == 0;} bool isNull() const {return rep == 0;}
}; };