changeset 45 | a93990e5815e |
parent 21 | 50bf9db68373 |
child 63 | e538444823de |
36:aa5a574040a4 | 45:a93990e5815e |
---|---|
84 CMdEQueryCriteriaSerialization::~CMdEQueryCriteriaSerialization() |
84 CMdEQueryCriteriaSerialization::~CMdEQueryCriteriaSerialization() |
85 { |
85 { |
86 if( iOwnSerializedBuffer ) |
86 if( iOwnSerializedBuffer ) |
87 { |
87 { |
88 delete iSerializedBuffer; |
88 delete iSerializedBuffer; |
89 iSerializedBuffer = NULL; |
|
89 } |
90 } |
90 } |
91 } |
91 |
92 |
92 TPtr8 CMdEQueryCriteriaSerialization::Buffer() const |
93 TPtr8 CMdEQueryCriteriaSerialization::Buffer() const |
93 { |
94 { |