applayerprotocols/wapbase/wnode/RELEASE.txt
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 WNODE Release Notes
       
     2 =====================
       
     3 
       
     4 Version 0.0.001
       
     5 ===============
       
     6 Made by Michael 22/06/99
       
     7 
       
     8 Changes:
       
     9 First Release
       
    10 
       
    11 MARM\DEB\WNODE.DLL                       5236
       
    12 MARM\REL\WNODE.DLL                       4360
       
    13 WINS\DEB\WNODE.DLL                      23040
       
    14 WINS\REL\WNODE.DLL                       7168
       
    15 
       
    16 Changes: 20/8/99
       
    17 
       
    18 WINS\UDEB\WNODE.DLL                     41014
       
    19 
       
    20 Implemented change requests due to integration. Fixed some memory leaks and added some error handling. Also added wrapper class for non-deletable and deletable data. see PVCS for diffs. 
       
    21 
       
    22 Changes: 21/10/99
       
    23 Changes are:
       
    24 	Added internal header file CNodeInt.h (house cleaning)
       
    25 	Data is no longer an HBufC8 and is now an HBufC16
       
    26 
       
    27 	added panic function
       
    28 	GLDEF_C void Panic(TNodePanic aPanic)
       
    29 
       
    30 
       
    31 	Removed const
       
    32 	void CAttribute::SetValue(CBase* aAttributeValue)
       
    33 
       
    34 	
       
    35 	Added function CNode::ResetDataPointer(HBufC16* aData)
       
    36 
       
    37 	internal function added to CBaseDataAndAttributes
       
    38 	HBufC16* CBaseDataAndAttrib::SetupDeletableOrNonDeleteableDataLC()
       
    39 
       
    40 	Removed const from CBase*
       
    41 	void CBaseDataAndAttrib::SetAttributeL(TAny* aAttributeType, CBase* aAttributeValue)
       
    42 	EXPORT_C void CNode::AddAttributeL(TAny* aAttributeType, CBase* aAttributeValue)
       
    43 	EXPORT_C void CNode::AddDataAndAttributeL(HBufC16 *aData, TAny* aAttributeType, CBase* aAttributeValue)
       
    44 
       
    45 	Reparent is now called ReparentL