VirtualBox

Ignore:
Timestamp:
Oct 19, 2009 8:49:10 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53607
Message:

VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk

    r23835 r23845  
    3030VBoxClient_TEMPLATE = VBOXGUESTR3CPPEXE
    3131VBoxClient_DEFS += VBOX_X11_CLIPBOARD VBOX_WITH_HGCM
    32 ifdef VBOX_WITH_DBUS
    33  VBoxClient_DEFS += VBOX_WITH_DBUS
    34 endif
    3532VBoxClient_DEFS.linux += _GNU_SOURCE
    3633VBoxClient_SOURCES = \
     
    6562        Xext Xmu
    6663endif
    67 ifdef VBOX_WITH_GUEST_PROPS
    68  VBoxClient_SOURCES += hostversion.cpp
    69  VBoxClient_DEFS += VBOX_WITH_GUEST_PROPS
    70 endif
     64
    7165#
    7266# Link aginst libstdc++.a. (http://www.trilithium.com/johan/2005/06/static-libstdc/).
  • trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h

    r23819 r23845  
    4646extern Service *GetSeamlessService();
    4747extern Service *GetDisplayService();
    48 extern Service *GetHostVersionService();
    4948
    5049extern void CleanUp();
  • trunk/src/VBox/Additions/x11/VBoxClient/main.cpp

    r23835 r23845  
    136136    RTPrintf("Start the VirtualBox X Window System guest services.\n\n");
    137137    RTPrintf("Options:\n");
    138     RTPrintf("  --checkhostversion      checks for a new VirtualBox host version\n");
    139138    RTPrintf("  --clipboard      start the shared clipboard service\n");
    140139    RTPrintf("  --display     start the display management service\n");
     
    191190                fSuccess = false;
    192191        }
    193 #ifdef VBOX_WITH_GUEST_PROPS
    194         else if (!strcmp(argv[i], "--checkhostversion"))
    195         {
    196             if (g_pService == NULL)
    197                 g_pService = VBoxClient::GetHostVersionService();
    198             else
    199                 fSuccess = false;
    200         }
    201 #endif
    202192        else if (!strcmp(argv[i], "-h") || !strcmp(argv[i], "--help"))
    203193        {
Note: See TracChangeset for help on using the changeset viewer.

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