Changes between Version 16 and Version 17 of MapGuideCodingStandards
- Timestamp:
- 07/14/08 12:55:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideCodingStandards
v16 v17 289 289 !MapGuide will use the following string format for API boundaries in the web tier and the server: 290 290 {{{ 291 !#cpp291 #!cpp 292 292 const wstring& 293 293 }}} … … 302 302 The if-else statements should have the following form: 303 303 {{{ 304 !#cpp304 #!cpp 305 305 if (condition) 306 306 {