summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/VRDEServerImpl.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-03-26 19:21:20 +0000
committer <>2014-05-08 15:03:54 +0000
commitfb123f93f9f5ce42c8e5785d2f8e0edaf951740e (patch)
treec2103d76aec5f1f10892cd1d3a38e24f665ae5db /src/VBox/Main/include/VRDEServerImpl.h
parent58ed4748338f9466599adfc8a9171280ed99e23f (diff)
downloadVirtualBox-master.tar.gz
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2.HEADVirtualBox-4.3.10master
Diffstat (limited to 'src/VBox/Main/include/VRDEServerImpl.h')
-rw-r--r--src/VBox/Main/include/VRDEServerImpl.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/VBox/Main/include/VRDEServerImpl.h b/src/VBox/Main/include/VRDEServerImpl.h
index 84ceaa52..dbef40e2 100644
--- a/src/VBox/Main/include/VRDEServerImpl.h
+++ b/src/VBox/Main/include/VRDEServerImpl.h
@@ -6,7 +6,7 @@
*/
/*
- * Copyright (C) 2006-2010 Oracle Corporation
+ * Copyright (C) 2006-2013 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
@@ -53,7 +53,7 @@ public:
VBOX_DEFAULT_INTERFACE_ENTRIES(IVRDEServer)
END_COM_MAP()
- DECLARE_EMPTY_CTOR_DTOR (VRDEServer)
+ DECLARE_EMPTY_CTOR_DTOR(VRDEServer)
HRESULT FinalConstruct();
void FinalRelease();
@@ -61,29 +61,29 @@ public:
// public initializer/uninitializer for internal purposes only
HRESULT init(Machine *aParent);
HRESULT init(Machine *aParent, VRDEServer *aThat);
- HRESULT initCopy (Machine *aParent, VRDEServer *aThat);
+ HRESULT initCopy(Machine *aParent, VRDEServer *aThat);
void uninit();
// IVRDEServer properties
- STDMETHOD(COMGETTER(Enabled)) (BOOL *aEnabled);
- STDMETHOD(COMSETTER(Enabled)) (BOOL aEnable);
- STDMETHOD(COMGETTER(AuthType)) (AuthType_T *aType);
- STDMETHOD(COMSETTER(AuthType)) (AuthType_T aType);
- STDMETHOD(COMGETTER(AuthTimeout)) (ULONG *aTimeout);
- STDMETHOD(COMSETTER(AuthTimeout)) (ULONG aTimeout);
- STDMETHOD(COMGETTER(AllowMultiConnection)) (BOOL *aAllowMultiConnection);
- STDMETHOD(COMSETTER(AllowMultiConnection)) (BOOL aAllowMultiConnection);
- STDMETHOD(COMGETTER(ReuseSingleConnection)) (BOOL *aReuseSingleConnection);
- STDMETHOD(COMSETTER(ReuseSingleConnection)) (BOOL aReuseSingleConnection);
+ STDMETHOD(COMGETTER(Enabled))(BOOL *aEnabled);
+ STDMETHOD(COMSETTER(Enabled))(BOOL aEnable);
+ STDMETHOD(COMGETTER(AuthType))(AuthType_T *aType);
+ STDMETHOD(COMSETTER(AuthType))(AuthType_T aType);
+ STDMETHOD(COMGETTER(AuthTimeout))(ULONG *aTimeout);
+ STDMETHOD(COMSETTER(AuthTimeout))(ULONG aTimeout);
+ STDMETHOD(COMGETTER(AllowMultiConnection))(BOOL *aAllowMultiConnection);
+ STDMETHOD(COMSETTER(AllowMultiConnection))(BOOL aAllowMultiConnection);
+ STDMETHOD(COMGETTER(ReuseSingleConnection))(BOOL *aReuseSingleConnection);
+ STDMETHOD(COMSETTER(ReuseSingleConnection))(BOOL aReuseSingleConnection);
STDMETHOD(COMGETTER(VRDEExtPack))(BSTR *aExtPack);
STDMETHOD(COMSETTER(VRDEExtPack))(IN_BSTR aExtPack);
- STDMETHOD(COMGETTER(AuthLibrary)) (BSTR *aValue);
- STDMETHOD(COMSETTER(AuthLibrary)) (IN_BSTR aValue);
- STDMETHOD(COMGETTER(VRDEProperties)) (ComSafeArrayOut (BSTR, aProperties));
+ STDMETHOD(COMGETTER(AuthLibrary))(BSTR *aValue);
+ STDMETHOD(COMSETTER(AuthLibrary))(IN_BSTR aValue);
+ STDMETHOD(COMGETTER(VRDEProperties))(ComSafeArrayOut(BSTR, aProperties));
// IVRDEServer methods
- STDMETHOD(SetVRDEProperty) (IN_BSTR aKey, IN_BSTR aValue);
- STDMETHOD(GetVRDEProperty) (IN_BSTR aKey, BSTR *aValue);
+ STDMETHOD(SetVRDEProperty)(IN_BSTR aKey, IN_BSTR aValue);
+ STDMETHOD(GetVRDEProperty)(IN_BSTR aKey, BSTR *aValue);
// public methods only for internal purposes
@@ -92,7 +92,7 @@ public:
void rollback();
void commit();
- void copyFrom (VRDEServer *aThat);
+ void copyFrom(VRDEServer *aThat);
private: