0025748: Parallel version of progress indicator
[occt.git] / src / PCDM / PCDM_StorageDriver.hxx
index 5c7e9da..bc1e420 100644 (file)
@@ -72,12 +72,12 @@ public:
   //! document and the Schema method to write the persistent document.
   Standard_EXPORT virtual void Write (const Handle(CDM_Document)& aDocument, 
                                       const TCollection_ExtendedString& aFileName, 
-             const Handle(Message_ProgressIndicator)& theProgress = NULL) Standard_OVERRIDE;
+                                      const Message_ProgressRange& theRange = Message_ProgressRange()) Standard_OVERRIDE;
 
   //! Write <theDocument> to theOStream
   Standard_EXPORT virtual void Write (const Handle(CDM_Document)& theDocument, 
                                       Standard_OStream& theOStream,
-             const Handle(Message_ProgressIndicator)& theProgress = NULL) Standard_OVERRIDE;
+                                      const Message_ProgressRange& theRange = Message_ProgressRange()) Standard_OVERRIDE;
   
   Standard_EXPORT void SetFormat (const TCollection_ExtendedString& aformat);