Return to bye_bye_message.ads CVS log | Up to [local] / OpenXM_contrib / PHC / Ada / System |
1.1 maekawa 1: function Bye_Bye_Message return string; 2: 3: -- DESCRIPTION : 4: -- A bye bye message is a logistics stamp in the form : 5: -- PHC worked for <user name> at <machine name> (<machine type>) on <date>. 6: -- The items between <> are filled in by making the appropriate system calls.