Issue 86052 - move destructor to private
Summary: move destructor to private
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-13 07:15 UTC by jsc
Modified: 2013-02-24 21:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jsc 2008-02-13 07:15:20 UTC
move destructor back to private because the destrucor will be normally not
called from outside. Component objects are ref counted and the desctructor is
called indirecly via the release call. That was and still is the reason why we
had decided to make it private.

see also corresponding issue i82699
Comment 1 jsc 2008-02-13 07:17:23 UTC
fixed on cws jsc21
Comment 2 chne 2008-06-20 10:50:35 UTC
ok in cws => verified
Comment 3 jsc 2008-07-10 16:03:06 UTC
change owner to cn who has verified the issue
Comment 4 chne 2008-08-25 16:35:40 UTC
ok in master => close