summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b75c54)
raw | patch | inline | side by side (parent: 5b75c54)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 8 Jul 2007 23:17:24 +0000 (23:17 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 8 Jul 2007 23:17:24 +0000 (23:17 +0000) |
src/uri-references.h | patch | blob | history |
diff --git a/src/uri-references.h b/src/uri-references.h
index 89cdff82743870ecba567b53709a9a271554a210..4a5b1516aa7b83a816033d7c7d67cf93d423a558 100644 (file)
--- a/src/uri-references.h
+++ b/src/uri-references.h
return (bool)_uri;
}
+ SPDocument *getOwnerDocument() {return _owner_document;}
+ SPObject *getOwnerObject() {return _owner;}
+
protected:
virtual bool _acceptObject(SPObject *obj) const { return true; }