Searched defs:GuestSessionTaskInternalOpen (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp77 class GuestSessionTaskInternalOpen : public GuestSessionTaskInternal class in inherits:GuestSessionTaskInternal
81 GuestSessionTaskInternalOpen(GuestSession *pSession) function in class:GuestSessionTaskInternalOpen
1694 std::auto_ptr<GuestSessionTaskInternalOpen> pTask(new GuestSessionTaskInternalOpen(this));
1721 std::auto_ptr<GuestSessionTaskInternalOpen> pTask(static_cast<GuestSessionTaskInternalOpen*>(pvUser));

Completed in 51 milliseconds