-- $Date: 2004/03/08 11:05:10 $
-- $Revision: 1.2 $
-- $Author: jcrocholl $
-- $Hash: a20fc6cac692f5d769596ba8fc6f4395 $

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

package body Notations is

   -- Constructor for instances.
   function Create
     return Notation_Access -- The newly created notation.
   is
      Result : Notation_Access := new Notation;
   begin
      return Result;
   end Create;

end Notations;