Changes between Version 9 and Version 10 of FLASH_CONTENT_BASIC_R2


Ignore:
Timestamp:
08/27/09 14:19:34 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FLASH_CONTENT_BASIC_R2

    v9 v10  
    2626 
    2727= Design = 
    28 Build an hierarchy on both the Java and C++ parts using the common design described in !!GROUP_WRAPPERS_R0. 
     28Build an hierarchy on both the Java and C++ parts using the common design described in {{{GROUP_WRAPPERS_R0}}}. 
    2929In the C++ part: 
    3030 * 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 
     
    4545 
    4646 In the Java part: 
    47  * Add new values in the ResponseIds and CommandIds enumerations created in GROUP_WRAPPERS_R0 
     47 * Add new values in the ResponseIds and CommandIds enumerations created in {{{GROUP_WRAPPERS_R0}}} 
    4848 * Add classes GetFlashSizeCommand, GetFlashFrameCommand, SetFlashSizeCommand and OpenFlashCommand inheriting the interface Command. 
    4949 * Add classes FlashFrameResponse and FlashSizeResponse inheriting the interface Response