Hosted by
|
with XML_Readers; use XML_Readers;
with XML_Writers; use XML_Writers;
package Dir_Types.MusicXML is
function Read_Dir_Type
(XML : access XML_Reader)
return Dir_Type_Access;
procedure Write_Dir_Type
(XML : access XML_Writer;
This : access Dir_Type);
end Dir_Types.MusicXML;
|