Merge "Removig committer Chris"
[ric-plt/lib/rmr.git] / doc / src / library / code_sr.im
index 045d1a8..d1af206 100644 (file)
@@ -1,8 +1,8 @@
 
 .if false
 ==================================================================================
-       Copyright (c) 2019 Nokia
-       Copyright (c) 2018-2019 AT&T Intellectual Property.
+       Copyright (c) 2019-2020 Nokia
+       Copyright (c) 2018-2020 AT&T Intellectual Property.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
 ==================================================================================
 .fi
 
-.** example sender code
+.** example combination send/receive loop; no example to pull yet
 
 &h2(Receive and Send Sample)
-The following code snippet receives messages and responds to the sender
-if the message type is odd.
-The code illustrates how the received message may be used to return
-a message to the source.
-Variable type definitions are omitted for clarity and should be obvious.
+The following code snippet receives messages and responds to the
+sender if the message type is odd.  The code illustrates how the
+received message may be used to return a message to the source.
+Variable type definitions are omitted for clarity and should be
+obvious.
 
 &space
-It should also be noted that
-things like the message type which id returned to the sender (99) is
-a random value that these applications would have agreed on in advance
-and is &bold(not) an RMR definition.
+It should also be noted that things like the message type which id
+returned to the sender (99) is a random value that these applications
+would have agreed on in advance and is &bold(not) an RMR definition.
 
 &space