Changes between Version 16 and Version 17 of MapGuideCodingStandards


Ignore:
Timestamp:
Jul 14, 2008, 12:55:43 PM (16 years ago)
Author:
jbirch
Comment:

pound-bang, not bang-pound

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideCodingStandards

    v16 v17  
    289289!MapGuide will use the following string format for API boundaries in the web tier and the server:
    290290{{{
    291 !#cpp
     291#!cpp
    292292const wstring&
    293293}}}
     
    302302The if-else statements should have the following form:
    303303{{{
    304 !#cpp
     304#!cpp
    305305if (condition)
    306306{