Commit 03d0ceed44a36a2f8bba74d8ac4f0b421f1ae781
Exists in
master
and in
1 other branch
Merge branch 'livraison-akka'
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
src/DDClientLibC/DD_client.c
@@ -16,6 +16,7 @@ | @@ -16,6 +16,7 @@ | ||
16 | * Client session. Keep UserHost & UserName | 16 | * Client session. Keep UserHost & UserName |
17 | * Oct 18, 2012 - Knizhnikova, V.4.8 new DD_SetTimeInfo() function | 17 | * Oct 18, 2012 - Knizhnikova, V.4.8 new DD_SetTimeInfo() function |
18 | * Dec 15, 2012 - Fedorov, V.6.0. DD_GetMultiData(). Request structure is very changed, CurrentData is not a global structure | 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 | #include <unistd.h> | 22 | #include <unistd.h> |
src/DDClientLibCpp/DD_client.cc
@@ -15,6 +15,7 @@ | @@ -15,6 +15,7 @@ | ||
15 | * Dec 03, 2007 - Budnik, V.4.7 There may be several sessions with DD Server inside ONE | 15 | * Dec 03, 2007 - Budnik, V.4.7 There may be several sessions with DD Server inside ONE |
16 | * Client session. Keep UserHost & UserName | 16 | * Client session. Keep UserHost & UserName |
17 | * Oct 18, 2012 - Knizhnikova, V.4.8 new DD_SetTimeInfo() function | 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 | #include <unistd.h> | 21 | #include <unistd.h> |