summaryrefslogtreecommitdiff
path: root/src/MMgt/MMgt.cdl
blob: d145b2526a3d7c35f3f691cbdd1760bda7a18582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
-- File:	MMgt.cdl
-- Created:	Tue Oct 13 16:47:50 1992
-- Author:	Ramin BARRETO
--		<rba@sdsun4>
---Copyright:	 Matra Datavision 1992

package MMgt 

---Purpose:
--   The package <MMgt> provides storage management facilities, and classes
--   which can manage their own storage. 
--

uses Standard

is
    class StackManager;
    ---Purpose:
    --   Facility for stack-based storage management.
    --   
    deferred class TShared;
    ---Purpose:
    --   Abstract base class providing reference counting for storage 
    --   allocation and deallocation.
    --   

end MMgt;