summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/GuestCtrlImplPrivate.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-10-01 08:57:59 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-10-01 08:57:59 +0000
commit7f07ac32f67ac9d165ba52e14a05778c26b785e2 (patch)
tree1688bd41bacfd3a75355841302766eef42ef9998 /src/VBox/Main/include/GuestCtrlImplPrivate.h
parent526f6ea95f424ef8135afc712819c9783816a6f9 (diff)
downloadVirtualBox-svn-7f07ac32f67ac9d165ba52e14a05778c26b785e2.tar.gz
Main: bugref:1909: Added missed translation marks, removed redundant ones. Expanded one macro to make the lupdate get string correctly. Removed GuestBase::setErrorExternal and changed calls from it to setErrorBoth to handle translation correctly.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@91503 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/include/GuestCtrlImplPrivate.h')
-rw-r--r--src/VBox/Main/include/GuestCtrlImplPrivate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/VBox/Main/include/GuestCtrlImplPrivate.h b/src/VBox/Main/include/GuestCtrlImplPrivate.h
index a45ac372ca8..5878ba72b59 100644
--- a/src/VBox/Main/include/GuestCtrlImplPrivate.h
+++ b/src/VBox/Main/include/GuestCtrlImplPrivate.h
@@ -1277,10 +1277,6 @@ public:
int unregisterWaitEvent(GuestWaitEvent *pEvent);
int waitForEvent(GuestWaitEvent *pEvent, uint32_t uTimeoutMS, VBoxEventType_T *pType, IEvent **ppEvent);
-#ifndef VBOX_GUESTCTRL_TEST_CASE
- HRESULT setErrorExternal(VirtualBoxBase *pInterface, const Utf8Str &strAction, const GuestErrorInfo &guestErrorInfo);
-#endif
-
public:
static FsObjType_T fileModeToFsObjType(RTFMODE fMode);