28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
Compile insert Messaging_Equates
|
|
/***********************************************************************************************************************
|
|
|
|
This program is proprietary and is not to be used by or disclosed to others, nor is it to be copied without written
|
|
permission from SRP Computer Solutions, Inc.
|
|
|
|
Name : Messaging_Equates
|
|
|
|
Description : Equates used by NDW_MESSAGING_PROCESSING_EVENTS and MESSAGING_SERVICES.
|
|
|
|
Notes : See the comments added below.
|
|
|
|
History : (Date, Initials, Notes)
|
|
06/16/18 dmb Original programmer.
|
|
|
|
***********************************************************************************************************************/
|
|
|
|
Declare function Error_Services, Messaging_Services, Memory_Services, SRP_JSON, SRP_COM
|
|
Declare function NDW_Messaging_Processor_Events, RetStack, SRP_Encode, SRP_Decode
|
|
Declare subroutine Error_Services, Messaging_Services, Memory_Services, SRP_JSON, SRP_COM
|
|
Declare subroutine NDW_Messaging_Processor_Events, SRP_Stopwatch, Send_Event, Send_Message, RTP27
|
|
|
|
Equ Server.Name$ to 'MESSA01EC'
|
|
Equ Server.Port$ to 25000
|
|
Equ Server.KeepAlive$ to 60000
|
|
Equ MessageProcessor$ to 'NDW_MESSAGING_PROCESSOR'
|
|
|