Commit ad73f734768e48c14e5c46340b0ae4d2eba27e00

Authored by Benjamin Renard
1 parent b39aa3e5

Set to version 7.0.0

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>
... ...