X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FCDM%2FCDM_Application.hxx;h=f23f0cbdf8ce67221e3dbb6f4a46de166e53412e;hb=bc73b00672a218a1301520a3562ece96f72a679c;hpb=00ea7f2676893c9dd9b31cf1f0a8bcad61416a6a diff --git a/src/CDM/CDM_Application.hxx b/src/CDM/CDM_Application.hxx index 05269990a4..f23f0cbdf8 100644 --- a/src/CDM/CDM_Application.hxx +++ b/src/CDM/CDM_Application.hxx @@ -66,6 +66,9 @@ public: //! Returns the application version. Standard_EXPORT virtual TCollection_AsciiString Version() const; + + //! Dumps the content of me into the stream + Standard_EXPORT void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const; friend class CDM_Reference; friend class CDM_MetaData;