A client / server messaging library to use with TCP sockets in Delphi or C++Builder (one day in the future)
GNU Affero General Public License v3.0
18
stars
3
forks
source link
use the new short class names instead of previous when generating exported unit #83
Closed
DeveloppeurPascal closed 1 year ago
TOlfMessageID = TOlfSMMessageID; TOlfMessageSize = TOlfSMMessageSize; TOlfSocketMessagingServerConnectedClient = TOlfSMSrvConnectedClient; TOlfSocketMessagingException = TOlfSMException; TOlfSocketMessagingServer = TOlfSMServer; TOlfSocketMessagingClient = TOlfSMClient; TOlfSocketMessage = TOlfSMMessage; TOlfSocketMessagesDict = TOlfSMMessagesDict; IOlfSocketMessagesRegister = IOlfSMMessagesRegister;