Changeset 14720 for S60/trunk/S60WebUi
- Timestamp:
- 06/04/06 13:12:57 (3 years ago)
- Location:
- S60/trunk/S60WebUi
- Files:
-
- 3 modified
-
HomePage/src/BookmarkPageGen.cpp (modified) (2 diffs)
-
HomePage/src/SettingsPageGen.cpp (modified) (2 diffs)
-
WebUi/src/WebUiObserver.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
S60/trunk/S60WebUi/HomePage/src/BookmarkPageGen.cpp
r14698 r14720 193 193 } 194 194 195 #ifdef __WINS__ 195 196 // Save the newly created bokmarkpage html page as a file 196 197 RFile pageFile; … … 201 202 pageFile.Close(); 202 203 } 204 #endif // __WINS__ 203 205 204 206 CleanupStack::PopAndDestroy(cleanupCount); // fs, templateFile, templateStr, modifiedStr -
S60/trunk/S60WebUi/HomePage/src/SettingsPageGen.cpp
r14698 r14720 190 190 } 191 191 192 #ifdef __WINS__ 192 193 // Save the newly created settingspage html page as a file 193 194 RFile pageFile; … … 198 199 pageFile.Close(); 199 200 } 201 #endif // __WINS__ 200 202 201 203 // Clean up all memory before we return -
S60/trunk/S60WebUi/WebUi/src/WebUiObserver.cpp
r14549 r14720 10 10 * All rights reserved. 11 11 * 12 * Redistribution and use in source and binary forms, with or without13 * modification, are permitted provided that the following conditions14 * are met:12 * Redistribution and use in source and binary forms, with or without 13 * modification, are permitted provided that the following conditions 14 * are met: 15 15 * 16 16 * * Redistributions of source code must retain the above copyright … … 24 24 * from this software without specific prior written permission. 25 25 * 26 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS27 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT28 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR29 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT30 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,31 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT32 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,33 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY34 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT35 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE36 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH37 * DAMAGE.26 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 28 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 29 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 30 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 31 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 32 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 33 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 34 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 35 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 36 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 37 * DAMAGE. 38 38 * 39 39 * Please see file patentlicense.txt for further grants. … … 59 59 #include <genericparam.h> 60 60 #else 61 #ifndef __BROWSER_ GOS61 #ifndef __BROWSER_SDK 62 62 #include "AiwGenericParam.h" 63 63 #endif … … 504 504 break; 505 505 } 506 } // end of switch506 } // end of switch 507 507 } 508 508