// File: MXCAFDoc_ColorToolStorageDriver.cxx // Created: Tue Aug 15 15:32:19 2000 // Author: data exchange team // #include #include #include #include #include #include //======================================================================= //function : Constructor //purpose : //======================================================================= MXCAFDoc_ColorToolStorageDriver::MXCAFDoc_ColorToolStorageDriver(const Handle(CDM_MessageDriver)& theMsgDriver) : MDF_ASDriver (theMsgDriver) { } //======================================================================= //function : VersionNumber //purpose : //======================================================================= Standard_Integer MXCAFDoc_ColorToolStorageDriver::VersionNumber() const { return 0; } //======================================================================= //function : SourceType //purpose : //======================================================================= Handle(Standard_Type) MXCAFDoc_ColorToolStorageDriver::SourceType() const { static Handle(Standard_Type) sourceType = STANDARD_TYPE(XCAFDoc_ColorTool); return sourceType; } //======================================================================= //function : NewEmpty //purpose : //======================================================================= Handle(PDF_Attribute) MXCAFDoc_ColorToolStorageDriver::NewEmpty() const { return new PXCAFDoc_ColorTool(); } //======================================================================= //function : Paste //purpose : //======================================================================= void MXCAFDoc_ColorToolStorageDriver::Paste (const Handle(TDF_Attribute)& /* Source */, const Handle(PDF_Attribute)& /* Target */, const Handle(MDF_SRelocationTable)& /*RelocTable*/) const { }