diff options
Diffstat (limited to 'src/VBox/Main/src-server/USBProxyService.cpp')
-rw-r--r-- | src/VBox/Main/src-server/USBProxyService.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/VBox/Main/src-server/USBProxyService.cpp b/src/VBox/Main/src-server/USBProxyService.cpp index d6cbefe62..8b76aed9e 100644 --- a/src/VBox/Main/src-server/USBProxyService.cpp +++ b/src/VBox/Main/src-server/USBProxyService.cpp @@ -1,4 +1,4 @@ -/* $Id: USBProxyService.cpp $ */ +/* $Id: USBProxyService.cpp 37599 2011-06-22 21:06:38Z vboxsync $ */ /** @file * VirtualBox USB Proxy Service (base) class. */ @@ -44,11 +44,7 @@ USBProxyService::USBProxyService(Host *aHost) /** - * Initialize the object. - * - * Child classes should override and call this method - * - * @returns S_OK on success, or COM error status on fatal error. + * Stub needed as long as the class isn't virtual */ HRESULT USBProxyService::init(void) { |