X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FTDocStd%2FTDocStd_Application.hxx;h=11ce9e535c5040b38d0e474dd09148c0d9e52d44;hb=bc73b00672a218a1301520a3562ece96f72a679c;hpb=00ea7f2676893c9dd9b31cf1f0a8bcad61416a6a diff --git a/src/TDocStd/TDocStd_Application.hxx b/src/TDocStd/TDocStd_Application.hxx index 498fac803c..11ce9e535c 100644 --- a/src/TDocStd/TDocStd_Application.hxx +++ b/src/TDocStd/TDocStd_Application.hxx @@ -267,6 +267,9 @@ public: //! Notification that is fired at each AbortTransaction event. Standard_EXPORT virtual void OnAbortTransaction (const Handle(TDocStd_Document)& theDoc); + //! Dumps the content of me into the stream + Standard_EXPORT void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const; + DEFINE_STANDARD_RTTIEXT(TDocStd_Application,CDF_Application) protected: