summaryrefslogtreecommitdiff
path: root/src/BOPTColStd/BOPTColStd_Dump.cdl
blob: d7b34baddb5056f67c577889e64e66470e8fd9b8 (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
28
-- File:	BOPTColStd_Dump.cdl
-- Created:	Thu Aug  1 10:23:09 2002
-- Author:	Peter KURNEV
--		<pkv@irinox>
---Copyright:	 Matra Datavision 2002


class Dump from BOPTColStd 

	---Purpose: 
    	--  The class provides dump service used for debugging   
  	--  purposes 
    	--     
uses
    AsciiString from TCollection

--raises

is 
    PrintMessage(myclass; 
    	aMessage:  AsciiString from TCollection); 
	 
    PrintMessage(myclass; 
    	aMessage:  CString from Standard);    	

--fields

end Dump;