Changeset 41216 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- May 8, 2012 6:05:41 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77855
- Location:
- trunk/src/VBox/Frontends/VBoxHeadless
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/Framebuffer.h
r41201 r41216 5 5 6 6 /* 7 * Copyright (C) 20 07-2012Oracle Corporation7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 42 42 } 43 43 #endif 44 VBOX_SCRIPTABLE_DISPATCH_IMPL(IFramebuffer) 44 45 45 BEGIN_COM_MAP(VRDPFramebuffer) 46 VBOX_DEFAULT_INTERFACE_ENTRIES(IFramebuffer) 47 END_COM_MAP() 46 NS_DECL_ISUPPORTS 48 47 49 48 STDMETHOD(COMGETTER(Width))(ULONG *width); -
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 -
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.h
r41203 r41216 6 6 7 7 /* 8 * Copyright (C) 2006-20 12Oracle Corporation8 * Copyright (C) 2006-2007 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 60 60 } 61 61 #endif 62 63 BEGIN_COM_MAP(FFmpegFB) 64 VBOX_DEFAULT_INTERFACE_ENTRIES(IFramebuffer) 65 END_COM_MAP() 62 VBOX_SCRIPTABLE_DISPATCH_IMPL(IFramebuffer) 63 64 NS_DECL_ISUPPORTS 66 65 67 66 // public methods only for internal purposes
Note:
See TracChangeset
for help on using the changeset viewer.