Changeset 41203 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- May 8, 2012 12:11:46 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77834
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.h ¶
r31700 r41203 6 6 7 7 /* 8 * Copyright (C) 2006-20 07Oracle Corporation8 * Copyright (C) 2006-2012 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 60 60 } 61 61 #endif 62 VBOX_SCRIPTABLE_DISPATCH_IMPL(IFramebuffer) 63 64 NS_DECL_ISUPPORTS 62 63 BEGIN_COM_MAP(FFmpegFB) 64 VBOX_DEFAULT_INTERFACE_ENTRIES(IFramebuffer) 65 END_COM_MAP() 65 66 66 67 // public methods only for internal purposes
Note:
See TracChangeset
for help on using the changeset viewer.