<> <> DIRECTORY CHNameP2V0, AuthenticationP14V2, AlpineP2202V2, RPC; AlpineV2ServerInternal: CEDAR DEFINITIONS ~ BEGIN CreateSession: PROC [service: CHNameP2V0.ThreePartName, credentials: AuthenticationP14V2.Credentials, gvCredentials: AlpineP2202V2.GVCredentials] RETURNS [session: AlpineP2202V2.Session]; DestroySession: PROC [session: AlpineP2202V2.Session]; Conversation: PROC [session: AlpineP2202V2.Session] RETURNS [conversation: RPC.Conversation]; DoWork: PROC [work: PROC]; END.