Changeset 41216 in vbox for trunk/src/VBox/Frontends/VBoxHeadless/NullFramebuffer.h
- Timestamp:
- May 8, 2012 6:05:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/NullFramebuffer.h
r41201 r41216 1 1 /* 2 * Copyright (C) 20 07-2012Oracle Corporation2 * Copyright (C) 2010 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 46 46 } 47 47 #endif 48 49 BEGIN_COM_MAP(NullFB) 50 VBOX_DEFAULT_INTERFACE_ENTRIES(IFramebuffer) 51 END_COM_MAP() 48 VBOX_SCRIPTABLE_DISPATCH_IMPL(IFramebuffer) 49 50 NS_DECL_ISUPPORTS 52 51 53 52 // public methods only for internal purposes
Note:
See TracChangeset
for help on using the changeset viewer.