Changeset 23257 in vbox for trunk/src/VBox/Main/include/VirtualBoxImpl.h
- Timestamp:
- Sep 23, 2009 1:30:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r23223 r23257 457 457 public: 458 458 459 CallbackEvent (VirtualBox *aVirtualBox) : mVirtualBox(aVirtualBox)459 CallbackEvent(VirtualBox *aVirtualBox) : mVirtualBox(aVirtualBox) 460 460 { 461 Assert 461 Assert(aVirtualBox); 462 462 } 463 463 464 464 void *handler(); 465 465 466 virtual void handleCallback 466 virtual void handleCallback(const ComPtr<IVirtualBoxCallback> &aCallback) = 0; 467 467 468 468 private: … … 475 475 }; 476 476 #endif // ____H_VIRTUALBOXIMPL 477 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ 477
Note:
See TracChangeset
for help on using the changeset viewer.