summaryrefslogtreecommitdiff
path: root/src/VBox/Main/testcase/tstAPI.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-02-05 16:08:49 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-02-05 16:08:49 +0000
commite0706228b02d6fde569fcfceea85d854190909ca (patch)
tree201731abe07ba967134fd580df0c9885c6b841c3 /src/VBox/Main/testcase/tstAPI.cpp
parent34050c6bc8cfd51ecfb528362077501abe7385e6 (diff)
downloadVirtualBox-svn-e0706228b02d6fde569fcfceea85d854190909ca.tar.gz
Main: rework error macros everywhere; make error messages much more readable (esp. with VBoxManage); use shared function to actually print message; reduces size of VBoxManage debug build from 3.4 to 2.3 MB
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@16530 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/testcase/tstAPI.cpp')
-rw-r--r--src/VBox/Main/testcase/tstAPI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Main/testcase/tstAPI.cpp b/src/VBox/Main/testcase/tstAPI.cpp
index 09f05c9e00f..6fbff98d40c 100644
--- a/src/VBox/Main/testcase/tstAPI.cpp
+++ b/src/VBox/Main/testcase/tstAPI.cpp
@@ -27,6 +27,7 @@
#include <VBox/com/array.h>
#include <VBox/com/Guid.h>
#include <VBox/com/ErrorInfo.h>
+#include <VBox/com/errorprint_legacy.h>
#include <VBox/com/EventQueue.h>
#include <VBox/com/VirtualBox.h>