summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-08-30 12:13:02 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-08-30 12:13:02 +0000
commit46dccbdb643d2dfb5a5c06782e04b084d5bc36ee (patch)
tree9a3f67f36d46a92f48a61bbcaf2eec5541686894 /src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp
parent9c753ef8910dc0447f9bdba5a27894f859677925 (diff)
downloadVirtualBox-svn-46dccbdb643d2dfb5a5c06782e04b084d5bc36ee.tar.gz
IPRT/rest: More request array and map setter methods. Fixed string defaults. Safer copying and resetToDefaults. bugref:9167
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@73977 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp')
-rw-r--r--src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp b/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp
index 7d3b5a31917..2a0b0c9c74a 100644
--- a/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp
+++ b/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp
@@ -28,6 +28,7 @@
/*********************************************************************************************************************************
* Header Files *
*********************************************************************************************************************************/
+#define LOG_GROUP RTLOGGROUP_REST
#include <iprt/cpp/restbase.h>
#include <iprt/ctype.h>