Changes between Version 24 and Version 25 of MapGuideCodingStandards


Ignore:
Timestamp:
Jul 24, 2008, 1:36:13 PM (16 years ago)
Author:
tomfukushima
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideCodingStandards

    v24 v25  
    549549{{{
    550550#!cpp
    551 if (NULL != data)  // note order of operands in the expression
     551if (NULL != data)
    552552{
    553553    int size = data->GetSize();