class SV_dept : public CBsubView { friend class CBref<SV_dept>; public: SV_dept(const CBterm *t) : CBsubView(t),head() { } ~SV_dept() { } CBset< CBattribute<CBobjectName> > head; private: };