0026229: Add the possibility in OCAF to open/save a document from/to a stream object
[occt.git] / src / PCDM / PCDM_RetrievalDriver.cxx
index 4370a98..7844647 100644 (file)
@@ -69,6 +69,18 @@ void PCDM_RetrievalDriver::RaiseIfUnknownTypes(const Handle(Storage_Schema)& aSc
   }
 }
 
+//=======================================================================
+//function : Read
+//purpose  : 
+//=======================================================================
+void PCDM_RetrievalDriver::Read(Standard_IStream&               /*theIStream*/,
+                                const Handle(Storage_Data)&     /*theStorageData*/,
+                                const Handle(CDM_Document)&     /*theDoc*/,
+                                const Handle(CDM_Application)&  /*theApplication*/)
+{
+  
+}
+
 //=======================================================================
 //function : Read
 //purpose  :