equal
deleted
inserted
replaced
110 User::LeaveIfError( err ); |
110 User::LeaveIfError( err ); |
111 CleanupClosePushL<RFile>( file ); |
111 CleanupClosePushL<RFile>( file ); |
112 |
112 |
113 OpenFileL( docStore, file ); |
113 OpenFileL( docStore, file ); |
114 |
114 |
115 CleanupStack::PopAndDestroy(&file); // Close file |
115 CleanupStack::PopAndDestroy(); // Close file |
116 |
116 |
117 return docStore; |
117 return docStore; |
118 } |
118 } |
119 |
119 |
120 // ---------------------------------------------------- |
120 // ---------------------------------------------------- |
135 } |
135 } |
136 |
136 |
137 iAO = new (ELeave) CShutterAO; |
137 iAO = new (ELeave) CShutterAO; |
138 iAO->Exit(); |
138 iAO->Exit(); |
139 #ifdef _DEBUG |
139 #ifdef _DEBUG |
140 |
140 RDebug::Print( _L("Exiting OpenFileL") ); |
141 #endif |
141 #endif |
142 } |
142 } |
143 |
143 |
144 //------------------------------------------------------ |
144 //------------------------------------------------------ |
145 // CCertSaverDocument::Parser() |
145 // CCertSaverDocument::Parser() |