equal
deleted
inserted
replaced
76 } |
76 } |
77 } |
77 } |
78 // close the event array itself, this frees the memory |
78 // close the event array itself, this frees the memory |
79 iEvents.Close(); |
79 iEvents.Close(); |
80 // close the observer array itself, this frees the memory |
80 // close the observer array itself, this frees the memory |
81 // NOTE! we did not have ownership of the observers |
81 // NOTE: we did not have ownership of the observers |
82 iObservers.Close(); |
82 iObservers.Close(); |
83 } |
83 } |
84 |
84 |
85 // ----------------------------------------------------------------------------- |
85 // ----------------------------------------------------------------------------- |
86 // ConstructL. |
86 // ConstructL. |