< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
In resip/stack/GenericPidfContents.hxx:
> @@ -71,6 +71,7 @@ public: > EncodeStream& encode(EncodeStream& str, Data indent) const; > }; > const NodeList& getRootNodes() const { checkParsed(); return mRootNodes; } > + void setRootNodes(const NodeList& nodeList);
If I put this change in another pull request, then the pull request #52 will not pass Travis CI build as it uses the setRootNodes() method in resip/recon/UserAgent.cxx. It is ok to remove this from here and let the Travis build fail for now?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.