Changes between Version 24 and Version 25 of MapGuideCodingStandards
- Timestamp:
- 07/24/08 13:36:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideCodingStandards
v24 v25 549 549 {{{ 550 550 #!cpp 551 if (NULL != data) // note order of operands in the expression551 if (NULL != data) 552 552 { 553 553 int size = data->GetSize();