-- $Date: 2004/03/08 11:05:10 $
-- $Revision: 1.3 $
-- $Author: jcrocholl $
-- $Hash: 67bd99e9f09a1b24fc792ba8e2ae6984 $

-- This file was automatically created with ado.php.
-- Manual changes will be lost when it is updated.

package body Music is

   -- Constructor for instances.
   function Create
     return Music_Data_Access -- The newly created music data.
   is
      Result : Music_Data_Access := new Music_Data;
   begin
      return Result;
   end Create;

end Music;