Issue Details (XML | Word | Printable)

Key: AXISCPP-352
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Roshan Weerasuriya
Reporter: James Jose
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Axis-C++

virtual BasicNode* IHeaderBlock::getChild(int iChildPosition) does not return NULL if childposition is given as 0 or negative value

Created: 05/Jan/05 04:17 PM   Updated: 05/Jan/05 04:50 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 05/Jan/05 04:49 PM


 Description  « Hide

The getChild() API in the IHeaderBlock class is not returning NULL if 0 or Negative value is passed as arguments. Instead of NULL API will return reference to the first child .

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Roshan Weerasuriya added a comment - 05/Jan/05 04:49 PM
Resolved this problem

Roshan Weerasuriya added a comment - 05/Jan/05 04:50 PM
Fixed this issue