Commit 871f01d3534e36f8304f4da09501996f872e460f

Authored by Cédric RICARD
1 parent 3b642ef2

Changing the way logger port is defined.

calexium_lib/net_services_protocols/logger_service.anubis
@@ -26,7 +26,10 @@ read calexium_lib/net_services/CXM_generic_protocol.anubis @@ -26,7 +26,10 @@ read calexium_lib/net_services/CXM_generic_protocol.anubis
26 // and you define a function named 'logger_port' which simply return the port number as an Word32. 26 // and you define a function named 'logger_port' which simply return the port number as an Word32.
27 // Example: 27 // Example:
28 // public define Word32 logger_port = 33610. 28 // public define Word32 logger_port = 33610.
29 -read logger_config.anubis 29 + read logger_config.anubis
  30 +
  31 +// previous 'read' replaced by an empty declaration. Should be defined into main source file.
  32 +public define Word32 logger_port.
30 33
31 public define Word32 logger_srv_version = 1. 34 public define Word32 logger_srv_version = 1.
32 35