04/06/08: typed_controls_v10_Processing_mods.patch<br>    - Added the member mProcessing to Typed*Control classes and its getters.<br>    - Modified Typed*Control constructors to set mProcessing member.<br>    - Added RegisterTyped*Control, GetTyped*Control and HasTyped*Control functions to Processing class.<br>
    - Modified BaseTyped*Control constructors to register controls when created.<br>    - Moved some code from Typed*Control.hxx to Typed*Control.cxx to solve duplicate link problem.<br>    - Added GetByNumber, Size() and Has functions to Typed*ControlRegistry classes.<br>
    - Added mTyped*ControlRegistry members and Get*Controls functions to Processing class<br>    - Wrote and passed:<br>        - testGetTypedInControl_GetTheRightControl<br>        - testGetTypedOutControl_GetTheRightControl<br>
        - testGetTypedInControl_WithOutOfRangeIndexThrowException<br>        - testGetTypedOutControl_WithOutOfRangeIndexThrowException<br>        - testLinkAndSendControl_ChangesTypedInControlState<br>        - testTypedInControls_GetByNumber_GetTheRightControl<br>
        - testTypedOutControls_GetByNumber_GetTheRightControl<br>        - testTypedInControls_GetByName_GetTheRightControl<br>        - testTypedOutControls_GetByName_GetTheRightControl<br>        - testTypedInControls_Size<br>
        - testTypedOutControls_Size<br>        - testConnectTypedControls_usingNames<br>        - testConnectTypedControls_usingNumbers<br>    <br><br>