Commit 03d0ceed44a36a2f8bba74d8ac4f0b421f1ae781

Authored by Benjamin Renard
2 parents 42bf487b ad73f734
Exists in master and in 1 other branch ubuntu

Merge branch 'livraison-akka'

src/DDClientLibC/DD_client.c
... ... @@ -16,6 +16,7 @@
16 16 * Client session. Keep UserHost & UserName
17 17 * Oct 18, 2012 - Knizhnikova, V.4.8 new DD_SetTimeInfo() function
18 18 * Dec 15, 2012 - Fedorov, V.6.0. DD_GetMultiData(). Request structure is very changed, CurrentData is not a global structure
  19 + * Dec 05, 2017 - Renard, V.7.0.
19 20 *===============================================================*/
20 21  
21 22 #include <unistd.h>
... ...
src/DDClientLibCpp/DD_client.cc
... ... @@ -15,6 +15,7 @@
15 15 * Dec 03, 2007 - Budnik, V.4.7 There may be several sessions with DD Server inside ONE
16 16 * Client session. Keep UserHost & UserName
17 17 * Oct 18, 2012 - Knizhnikova, V.4.8 new DD_SetTimeInfo() function
  18 + * Dec 05, 2017 - Renard, V.7.0
18 19 *===============================================================*/
19 20  
20 21 #include <unistd.h>
... ...