Changes between Version 9 and Version 10 of FLASH_CONTENT_BASIC_R2
- Timestamp:
- 08/27/09 14:19:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FLASH_CONTENT_BASIC_R2
v9 v10 26 26 27 27 = Design = 28 Build an hierarchy on both the Java and C++ parts using the common design described in !!GROUP_WRAPPERS_R0.28 Build an hierarchy on both the Java and C++ parts using the common design described in {{{GROUP_WRAPPERS_R0}}}. 29 29 In the C++ part: 30 30 * Add folder flash_utils in the src/ directory with four files in it - flash_player.h, flash_player.cpp cairo_handler.h and cairo_handler.cpp. The first two defining a class to handle a SwfdecPlayer object and the second two - a class to encapsulate operations on cairo objects … … 45 45 46 46 In the Java part: 47 * Add new values in the ResponseIds and CommandIds enumerations created in GROUP_WRAPPERS_R047 * Add new values in the ResponseIds and CommandIds enumerations created in {{{GROUP_WRAPPERS_R0}}} 48 48 * Add classes GetFlashSizeCommand, GetFlashFrameCommand, SetFlashSizeCommand and OpenFlashCommand inheriting the interface Command. 49 49 * Add classes FlashFrameResponse and FlashSizeResponse inheriting the interface Response