VirtualBox

Changeset 42466 in vbox


Ignore:
Timestamp:
Jul 31, 2012 6:36:33 AM (12 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxGuestLib: we do not need VbglIsReady() after all.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r42261 r42466  
    112112 */
    113113DECLVBGL(int) VbglInit (void);
    114 
    115 /**
    116  * Check whether the main VBoxGuest driver is loaded.  (The load order of guest
    117  * drivers is not guaranteed on all platforms.)
    118  */
    119 DECLVBGL(bool) VbglIsReady(void);
    120114
    121115# endif
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp

    r42465 r42466  
    273273}
    274274
    275 DECLVBGL(bool) VbglIsReady(void)
    276 {
    277     return(g_vbgldata.status == VbglStatusReady);
    278 }
    279 
    280275DECLVBGL(void) VbglTerminate (void)
    281276{
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