Home | History | Annotate | Download | only in dom

Lines Matching defs:domFail

3929 		class domFail;
3931 typedef daeSmartRef<domFail> domFailRef;
3934 class domFail : public daeElement
3972 domFail(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
3976 virtual ~domFail() {}
3980 virtual domFail &operator=( const domFail &cpy ) { (void)cpy; return *this; }