summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client/SessionImpl.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-08-22 17:27:48 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-08-22 17:27:48 +0000
commit5ec69be86178d1c420ca76d76376ae9b44e9211e (patch)
tree222629bc381733a478734019c71e00b201875314 /src/VBox/Main/src-client/SessionImpl.cpp
parentf9772cc00d2dcadf6b2e761fe118319f7b34ae07 (diff)
downloadVirtualBox-svn-5ec69be86178d1c420ca76d76376ae9b44e9211e.tar.gz
6813 - MachineImpl.cpp - IInternalMachineControl changes.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@52481 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/src-client/SessionImpl.cpp')
-rw-r--r--src/VBox/Main/src-client/SessionImpl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/VBox/Main/src-client/SessionImpl.cpp b/src/VBox/Main/src-client/SessionImpl.cpp
index 8e8ff11ecb0..6149eb0bf4e 100644
--- a/src/VBox/Main/src-client/SessionImpl.cpp
+++ b/src/VBox/Main/src-client/SessionImpl.cpp
@@ -268,12 +268,12 @@ HRESULT Session::getRemoteConsole(ComPtr<IConsole> &aConsole)
#ifndef VBOX_WITH_GENERIC_SESSION_WATCHER
HRESULT Session::assignMachine(const ComPtr<IMachine> &aMachine,
- LockType_T aLockType,
- const com::Utf8Str &aTokenId)
+ LockType_T aLockType,
+ const com::Utf8Str &aTokenId)
#else
HRESULT Session::assignMachine(const ComPtr<IMachine> &aMachine,
- LockType_T aLockType,
- const ComPtr<IToken> &aToken)
+ LockType_T aLockType,
+ const ComPtr<IToken> &aToken)
#endif /* !VBOX_WITH_GENERIC_SESSION_WATCHER */
{
AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);