VirtualBox

Changeset 35374 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 30, 2010 2:42:15 PM (14 years ago)
Author:
vboxsync
Message:

hgcm -> main

Location:
trunk/src/VBox/Main
Files:
2 deleted
7 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleVRDPServer.h

    r34906 r35374  
    11/* $Id$ */
    2 
    32/** @file
    4  *
    53 * VBox Console VRDE Server Helper class and implementation of IVRDEServerInfo
    64 */
     
    2220
    2321#include "RemoteUSBBackend.h"
    24 #include <hgcm/HGCM.h>
     22#include "HGCM.h"
    2523
    2624#include <VBox/VBoxAuth.h>
  • trunk/src/VBox/Main/include/GuestImpl.h

    r35061 r35374  
    11/** @file
    2  *
    32 * VirtualBox COM class implementation
    43 */
     
    2524#ifdef VBOX_WITH_GUEST_CONTROL
    2625# include <VBox/HostServices/GuestControlSvc.h>
    27 # include <hgcm/HGCM.h>
     26# include "HGCM.h"
    2827using namespace guestControl;
    2928#endif
  • trunk/src/VBox/Main/include/HGCMThread.h

    r35373 r35374  
    11/** @file
    2  *
    32 * HGCMThread - Host-Guest Communication Manager worker threads header.
    43 */
     
    2120#include <VBox/types.h>
    2221
    23 #include <hgcm/HGCMObjects.h>
     22#include "HGCMObjects.h"
    2423
    2524/** A handle for HGCM message. */
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r35368 r35374  
    6868# include <VBox/com/defs.h>
    6969# include <VBox/com/array.h>
    70 # include <hgcm/HGCM.h> /** @todo it should be possible to register a service
     70# include "HGCM.h" /** @todo it should be possible to register a service
    7171                          * extension using a VMMDev callback. */
    7272# include <vector>
  • trunk/src/VBox/Main/src-client/HGCM.cpp

    r35368 r35374  
    1919#include "Logging.h"
    2020
    21 #include "hgcm/HGCM.h"
    22 #include "hgcm/HGCMThread.h"
     21#include "HGCM.h"
     22#include "HGCMThread.h"
    2323
    2424#include <VBox/err.h>
  • trunk/src/VBox/Main/src-client/HGCMObjects.cpp

    r35368 r35374  
     1/* $Id$ */
    12/** @file
    2  *
    3  * HGCM (Host-Guest Communication Manager):
    43 * HGCMObjects - Host-Guest Communication Manager objects
    54 */
    65
    76/*
    8  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    98 *
    109 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2019#include "Logging.h"
    2120
    22 #include "hgcm/HGCMObjects.h"
    23 
    24 #include <string.h>
    25 
     21#include "HGCMObjects.h"
     22
     23#include <iprt/string.h>
    2624#include <VBox/err.h>
    2725
  • trunk/src/VBox/Main/src-client/HGCMThread.cpp

    r35368 r35374  
     1/* $Id$ */
    12/** @file
    2  *
    3  * HGCM (Host-Guest Communication Manager):
    43 * HGCMThread - Host-Guest Communication Manager Threads
    54 */
     
    2019#include "Logging.h"
    2120
    22 #include "hgcm/HGCMThread.h"
     21#include "HGCMThread.h"
    2322
    2423#include <VBox/err.h>
  • trunk/src/VBox/Main/src-client/VMMDevInterface.cpp

    r35368 r35374  
    3030
    3131#ifdef VBOX_WITH_HGCM
    32 #include "hgcm/HGCM.h"
    33 #include "hgcm/HGCMObjects.h"
     32# include "HGCM.h"
     33# include "HGCMObjects.h"
    3434# if defined(RT_OS_DARWIN) && defined(VBOX_WITH_CROGL)
    3535#  include <VBox/HostServices/VBoxCrOpenGLSvc.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette