-- File: PMMgt.cdl -- Created: Tue Oct 13 16:47:50 1992 -- Author: Ramin BARRETO -- ---Copyright: Matra Datavision 1992 package PMMgt ---Purpose: -- The package provides storage management facilities, and classes -- which can manage their own storage. -- uses MMgt is deferred class PManaged; ---Purpose: -- Abstract base class providing protocols for persistent -- storage allocation and deallocation. -- end PMMgt;