blob: 11172af7fae2d77416bd8bea45a62530b5fd04c4 [file] [log] [blame]
package body Freezing1_Pack is
function Create_Collection
(Factory : in T_Factory) return I_Interface_Collection'Class
is
begin
return Implem'(null record);
end Create_Collection;
end Freezing1_Pack;