VirtualBox

Changeset 44580 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Feb 7, 2013 11:35:37 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83655
Message:

VBoxBFE: RIP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/MouseImpl.cpp

    r44528 r44580  
    110110    unconst(mParent) = parent;
    111111
    112 #ifndef VBOXBFE_WITHOUT_COM
    113112    unconst(mEventSource).createObject();
    114113    HRESULT rc = mEventSource->init(static_cast<IMouse*>(this));
     
    116115    mMouseEvent.init(mEventSource, VBoxEventType_OnGuestMouse,
    117116                     0, 0, 0, 0, 0);
    118 #endif
    119117
    120118    /* Confirm a successful initialization */
     
    144142    }
    145143
    146 #ifdef VBOXBFE_WITHOUT_COM
    147     mParent = NULL;
    148 #else
    149144    mMouseEvent.uninit();
    150145    unconst(mEventSource).setNull();
    151146    unconst(mParent) = NULL;
    152 #endif
    153147}
    154148
     
    256250}
    257251
    258 #ifndef VBOXBFE_WITHOUT_COM
    259252STDMETHODIMP Mouse::COMGETTER(EventSource)(IEventSource ** aEventSource)
    260253{
     
    269262    return S_OK;
    270263}
    271 #endif
    272264
    273265/**
     
    413405}
    414406
    415 #ifndef VBOXBFE_WITHOUT_COM
    416407void Mouse::fireMouseEvent(bool fAbsolute, LONG x, LONG y, LONG dz, LONG dw, LONG Buttons)
    417408{
     
    430421    }
    431422}
    432 #endif
    433423
    434424
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