mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0029220: Application Framework - replace CDM_MessageDriver interface by Message_Messenger.
This commit is contained in:
@@ -30,7 +30,7 @@ class XmlMDF_ADriverTable;
|
||||
class TCollection_ExtendedString;
|
||||
class CDM_Document;
|
||||
class TCollection_AsciiString;
|
||||
class CDM_MessageDriver;
|
||||
class Message_Messenger;
|
||||
|
||||
|
||||
class XmlLDrivers_DocumentStorageDriver;
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
|
||||
Standard_EXPORT virtual void Write (const Handle(CDM_Document)& theDocument, Standard_OStream& theOStream) Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT virtual Handle(XmlMDF_ADriverTable) AttributeDrivers (const Handle(CDM_MessageDriver)& theMsgDriver);
|
||||
Standard_EXPORT virtual Handle(XmlMDF_ADriverTable) AttributeDrivers (const Handle(Message_Messenger)& theMsgDriver);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user