Changes between Version 14 and Version 15 of MapGuideArchitecture


Ignore:
Timestamp:
Nov 26, 2008, 4:35:28 PM (15 years ago)
Author:
tomfukushima
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideArchitecture

    v14 v15  
    112112
    113113==== Smart Pointers ====
    114 Wherever possible in the server and any of its components smart pointers are used.
     114Wherever possible in the server and any of its components [wiki:MapGuideCodingStandards#SmartPointers smart pointers] are used.
    115115
    116116==== Caching ====
     
    156156
    157157====== Operation Object Base Class ======
    158 The Operation class is an abstract class that provides the base level of functionality.  This functionality includes methods to serialize and deserialize the Operation from the data packets sent to the server.  It also maintains a reference back to the object that handles its transmission back to the client.
     158The [http://trac.osgeo.org/mapguide/browser/trunk/MgDev/Server/src/Common/Base/ServiceOperation.h Operation] class is an abstract class that provides the base level of functionality.  This functionality includes methods to serialize and deserialize the Operation from the data packets sent to the server.  It also maintains a reference back to the object that handles its transmission back to the client.
    159159
    160160====== !OperationRequest Base Class ======