# HG changeset patch # User Maciej Seroka # Date 1285661697 -3600 # Node ID 64b6dba3ea28f057473010ac7a0da3b8ec0c8813 # Parent 0b6b101bb0e10acaa259e8487844e9e9bef63162 Updated knownissues.xml - wk_38_2010 diff -r 0b6b101bb0e1 -r 64b6dba3ea28 apicompatanamdw/compatanalysercmd/checkbc/data/knownissues.xml --- a/apicompatanamdw/compatanalysercmd/checkbc/data/knownissues.xml Wed Sep 22 15:23:55 2010 +0100 +++ b/apicompatanamdw/compatanalysercmd/checkbc/data/knownissues.xml Tue Sep 28 09:14:57 2010 +0100 @@ -31,13 +31,13 @@ ]> - 2010-08-30 + 2010-09-27 3.02007wk07 3.12008wk07 3.22010wk24 5.02010wk12 5.12009wk24 - 5.22010wk33 + 5.22010wk37 @@ -54,7 +54,7 @@ OK - file is marked as internal tech. + file is marked as internal tech @@ -74,7 +74,11 @@ - + + OK + File itself is marked as deprecated.. + + OK File itself is marked as deprecated.. @@ -1018,6 +1022,12 @@ 1.Spare member has been changed. 2.Virtual function has been overridden, since public constructor is not allowed to use , this won't be a problem + + + OK + Class size is not changed, removed data members are not used in any inline function. + + @@ -1382,6 +1392,10 @@ OK Enum values added without changing any of the existing enum values. + + OK + Enum values added without changing any of the existing enum values. + @@ -1948,6 +1962,10 @@ OK 1.All Enum members are marked as internal component. 2.typedef of CEikEdwin::CEikEdwinExtension::iDrawInvoked is changed from TBool to TInt, it is ok 3. Class size of CEikEdwinExtension(private member of class CEikEdwin) also has been changed, but it would be used as reference and thus CEikEdwin class size won't change + + OK + 1.All Enum members are marked as internal component. 2.. Class size of CEikEdwinExtension(private member of class CEikEdwin) also has been changed, but it would be used as reference and thus CEikEdwin class size won't change + @@ -2572,6 +2590,10 @@ OK Some macro defintions get changed(/ is changed to \), it is ok. + + OK + Some macro defintions get changed(/ is changed to \), it is ok. + @@ -2790,6 +2812,10 @@ OK The enum value indicating the maximum number of supported enum values has increased. This is fine. + + OK + The enum value indicating the maximum number of supported enum values has increased. This is fine. + @@ -2825,6 +2851,10 @@ OK Enums are added at the end. Only max Enum value has changed. This is ok. + + OK + Enums are added at the end. Only max Enum value has changed. This is ok. + @@ -3148,7 +3178,7 @@ - + OK Instances of CBrCtlInterface are created through the global function CreateBrowserControlL(); the class is of no use when derived from. So adding new virtuals to the end of the class is fine. @@ -3157,11 +3187,15 @@ OK Instances of CBrCtlInterface are created through the global function CreateBrowserControlL(); the class is of no use when derived from. So adding new virtuals to the end of the class is fine. - + OK Instances of CBrCtlInterface are created through the global function CreateBrowserControlL(); the class is of no use when derived from. So adding new virtuals to the end of the class is fine. - - + + + OK + Instances of CBrCtlInterface are created through the global function CreateBrowserControlL(); the class is of no use when derived from. So adding new virtuals to the end of the class is fine. + + @@ -3210,6 +3244,10 @@ OK Instances of CBrCtlInterface are created through the global function CreateBrowserControlL(); the class is of no use when derived from. So adding new virtuals to the end of the class is fine. + + OK + Instances of CBrCtlInterface are created through the global function CreateBrowserControlL(); the class is of no use when derived from. So adding new virtuals to the end of the class is fine. + @@ -3355,8 +3393,12 @@ OK 1) Except for macro KBasebandSlotTime, other constants and classes are marked as internal tech. KBasebandSlotTime moved to included header btbasebandpolicy.h. 2) Classes RBluetoothPowerSwitch and RHCIDirectAccess moved to bthci.h - - + + + OK + 1). TACLPort,class TACLSockAddr, const KSockBluetoothTypeRawBroadcast and const KSockBluetoothTypeACL are part of internalcompoent. 2)Classes RBluetoothPowerSwitch and RHCIDirectAccess moved to bthci.h. + + @@ -4952,6 +4994,10 @@ NOK The removed enum TCdtPanic::ETEventNotKeyRepeatType is a panic raised by the exported function TRawEvent::Repeats(). The function TRawEvent::Repeats() is removed and this itself is a break.Needs to be checked after 5.0 Rnd SDk + + NOK + The removed enum TCdtPanic::ETEventNotKeyRepeatType is a panic raised by the exported function TRawEvent::Repeats(). The function TRawEvent::Repeats() is removed and this itself is a break.Needs to be checked after 5.0 Rnd SDk + @@ -5391,6 +5437,10 @@ OK Build version information. + + OK + Build version information. + @@ -5963,6 +6013,10 @@ OK Previous enum-values are intact. so no break . + + OK + Previous enum-values are intact. so no break . + @@ -6775,6 +6829,10 @@ OK Build version information. + + OK + Build version information. + @@ -9166,6 +9224,10 @@ OK The enum value indicating the maximum number of supported enum values has increased. This is fine. + + OK + The enum value indicating the maximum number of supported enum values has increased. This is fine. + @@ -9252,6 +9314,10 @@ OK Enum member added at last.. + + OK + Enum member added at last.. + @@ -9264,7 +9330,12 @@ Removing the data member which is used in inline function. But the removal of inline functions is already approved.Finally there is no change in class size of CPtiMappings and CPtiQwertyKeyMappings - + + + OK + Removing the data member which is used in inline function. But the removal of inline functions is already approved.Finally there is no change in class size of CPtiMappings and CPtiQwertyKeyMappings + + NOK @@ -9373,7 +9444,12 @@ "Reserved" private data member replaced with a real one. "Reserved" data member is of course not used in any inline functions. - + + + OK + Removal of macro EPtiLangImplUidMarathi is not a break. Not used by anybody . + + OK @@ -10141,6 +10217,10 @@ OK Addition of an overloaded funtion is not a bc break. + + OK + Addition of an overloaded funtion is not a bc break. + @@ -10174,6 +10254,12 @@ Inline function is changed to generic function. It is ok. Overloaded funtion addition is not a bc break. + + + OK + Inline function is changed to generic function. It is ok. + + OK @@ -10615,6 +10701,10 @@ OK Extra member added to union member of structure ifr_ifru. + + OK + Extra member added to union member of structure ifr_ifru. + @@ -12022,8 +12112,8 @@ - NOK - Virtual function ordering changed.. + OK + Virtual function ordering changed.CObexSrvMtm is marked as internal class. @@ -12787,6 +12877,11 @@ OK Removed components moved to BTExtNotifiersPartner.h + + OK + Removed components moved to BTExtNotifiersPartner.h + + @@ -12795,7 +12890,12 @@ Data field changed from const CEikDialogPage* to CEikDialogPage*. It's not a BC break. - + + + OK + File is marked as internal + + OK