File: dbf\testing.ads
1 --::::::::::
2 --testing.ads
3 --::::::::::
4 -- Developed by (C) Wasiliy W. Molostoff 1994, 1995.
5 -- Moscow, Russia,
6 -- Voice: 7 (095) 398-23-38
7 -- e-mail: edv@edv.msk.ru
8 -- This is free software; you can freely redistribute it and/or
9 -- modify it without any restrictions. Please report any errors.
10 -- All corrections will be made as soon as possible.
11 generic
12 with function program return boolean;
13 program_name : string := " (no name)";
14 description : string := " (no description)";
15 package testing is
16
17 function again return boolean;
18
19 end;
20