DIRECTORY Jukebox USING [ Handle], PupSocket USING [ Socket ], Rope USING [ ROPE ], Thrush USING [ ConversationHandle, IntervalSpec, nullConvHandle, PartyHandle, SHHH, SmartsHandle ], ThSmarts, ThSmartsPrivate USING [ ConvDesc, OpenConversations ], VoiceStream USING [ Handle ] ; BluejaySmarts: CEDAR DEFINITIONS = { jayShh: Thrush.SHHH; interfaceIsImported: BOOLEAN; encryptionRequested: BOOLEAN; JayInfo: TYPE = REF JayInfoBody; JayInfoBody: TYPE = RECORD [ smartsID: Thrush.SmartsHandle, partyID: Thrush.PartyHandle, shh: Thrush.SHHH, socket: PupSocket.Socket_NIL, stream: VoiceStream.Handle_NIL, thProcess: PROCESS_NIL, thAction: CONDITION, apprise: BOOL_FALSE, lastIntervalSpec: Thrush.IntervalSpec_NIL, -- a kludge! Need to save for ReportDone. conversations: ThSmartsPrivate.OpenConversations _ NIL, currentConvID: Thrush.ConversationHandle _ Thrush.nullConvHandle ]; infos: ARRAY[0..100) OF JayInfo; smartses: ARRAY[0..100) OF Thrush.SmartsHandle; numParties: NAT; haveJuke: BOOL; handle: Jukebox.Handle; BluejayRegister: PROC[bluejayInstance, thrushInstance, serverPassword: Rope.ROPE] RETURNS[partyID: Thrush.PartyHandle, smartsID: Thrush.SmartsHandle]; }. θBluejaySmarts.mesa Copyright c 1986 by Xerox Corporation. All rights reserved. Last modified by D. Swinehart, May 17, 1986 3:24:35 pm PDT Swinehart, May 17, 1986 3:24:27 pm PDT Cedar 6.1 changes to: DIRECTORY, JayInfoBody ΚΣ˜šœ™Icodešœ Οmœ1™