NSHerald.mesa
Copyright (C) 1982, 1983, 1984, 1985, 1986 by Xerox Corporation. All rights reserved.
Last revised by McManis: 29-Apr-85 15:54:33
Tim Diebert: December 10, 1986 1:11:05 pm PST
Overview:
This interface provides information to determine the current name and version of the services system software.
DIRECTORY
NSString USING [String];
NSHerald: CEDAR DEFINITIONS = BEGIN
GetCopyrightMsg: PROCEDURE [proc: PROCEDURE [NSString.String]];
proc is called with the Xerox Copyright message.
DevelopmentMode: PROCEDURE RETURNS [develMode: BOOLEAN];
TRUE if the herald version number contains an update letter
GetExecHerald: PROCEDURE [proc: PROCEDURE [NSString.String]];
proc is called with the services executive message
GetHerald: PROCEDURE [proc: PROCEDURE [NSString.String]];
proc is called with the server herald string. The name and version number make up the herald. proc may be called more than once to generate the entire herald.
GetVersion: PROCEDURE [proc: PROCEDURE [NSString.String]];
proc is called with the server version number.
END. -- of NSHerald
LOG (time - person - action)
May 26, 1981 - Steve Kiser - Creation.
8-Oct-81 10:02:49 - Steve Kiser - Added GetVersion.
26-Jan-82 18:31:38 - Steve Kiser - Converted to OISString.
9-Jun-82 10:39:01 - CKabcenell - Converted to Filing 5.0.
29-Apr-85 15:54:39 - McManis - Added GetCopyrightMsg, GetExecHerald, and DevelopmentMode from NSHeraldExtras.