[mapguide-commits] r7605 - in trunk/MgDev: Common/Foundation/Exception Common/Geometry/CoordinateSystem Common/MapGuideCommon/Exception Common/MapGuideCommon/Services Common/PlatformBase/Data Common/PlatformBase/Services Web/src/DotNetApi/Foundation Web/src/DotNetApi/Geometry Web/src/DotNetApi/MapGuideCommon Web/src/DotNetApi/PlatformBase Web/src/DotNetApi/Web
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Jun 11 01:01:01 PDT 2013
Author: waltweltonlair
Date: 2013-06-11 01:01:01 -0700 (Tue, 11 Jun 2013)
New Revision: 7605
Modified:
trunk/MgDev/Common/Foundation/Exception/DateTimeException.h
trunk/MgDev/Common/Foundation/Exception/DecryptionException.h
trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.h
trunk/MgDev/Common/Foundation/Exception/GridDensityException.h
trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.h
trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h
trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGrids.h
trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemProjectionCode.h
trunk/MgDev/Common/MapGuideCommon/Exception/DbException.h
trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.h
trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.h
trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.h
trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.h
trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.h
trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.h
trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h
trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.h
trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp
trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.h
trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.h
trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.h
trunk/MgDev/Common/PlatformBase/Services/FeatureService.h
trunk/MgDev/Common/PlatformBase/Services/ParameterDirection.h
trunk/MgDev/Common/PlatformBase/Services/Reader.h
trunk/MgDev/Common/PlatformBase/Services/ResourceService.h
trunk/MgDev/Web/src/DotNetApi/Foundation/FoundationMakefile
trunk/MgDev/Web/src/DotNetApi/Geometry/GeometryMakefile
trunk/MgDev/Web/src/DotNetApi/MapGuideCommon/MapGuideCommonMakefile
trunk/MgDev/Web/src/DotNetApi/PlatformBase/PlatformBaseMakefile
trunk/MgDev/Web/src/DotNetApi/Web/WebMakefile
Log:
Fix some XML documentation warnings
Modified: trunk/MgDev/Common/Foundation/Exception/DateTimeException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DateTimeException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/Foundation/Exception/DateTimeException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -46,8 +46,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgDateTimeException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/Foundation/Exception/DecryptionException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DecryptionException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/Foundation/Exception/DecryptionException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -46,8 +46,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgDecryptionException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -46,8 +46,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param arguments
- /// Collection of arguments associated with the exception
///
MgDirectoryNotFoundException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/Foundation/Exception/GridDensityException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/GridDensityException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/Foundation/Exception/GridDensityException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -46,8 +46,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgGridDensityException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -40,8 +40,12 @@
/// Line number where the exception occurred.
/// \param fileName
/// File name where the exception occurred.
- /// \param arguments
- /// Collection of arguments associated with the exception.
+ /// \param whatArguments
+ /// Collection of arguments used to format the message that describes what the exception is.
+ /// \param whyMessageId
+ /// ID of the message that describes why the exception occurs.
+ /// \param whyArguments
+ /// Collection of arguments used to format the message that describes why the exception occurs.
///
MgResourceTagNotFoundException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -603,7 +603,7 @@
/// \brief
/// Checks whether this location is legal for this coordinate system
///
- /// \param sSource (String/string)
+ /// \param sLoc (String/string)
/// The location to check
///
/// \return
@@ -681,7 +681,7 @@
/// \brief
/// Sets the unit code for this coordinate system
///
- /// \param prjType (int)
+ /// \param unit (int)
/// The unit code
///
virtual void SetUnitCode(INT32 unit)=0;
@@ -967,7 +967,7 @@
/// \param pDatum (MgCoordinateSystemDatum)
/// The datum definition
///
- virtual void SetDatumDefinition(MgCoordinateSystemDatum *pDatum)=0;
+ virtual void SetDatumDefinition(MgCoordinateSystemDatum* pDatum)=0;
///////////////////////////////////////////////////////////////////////////////////////////////
/// \brief
@@ -982,10 +982,10 @@
/// \brief
/// Sets the ellipsoid definition for this coordinate system
///
- /// \param pDatum (MgCoordinateSystemEllipsoid)
+ /// \param pEllipsoid (MgCoordinateSystemEllipsoid)
/// The ellipsoid definition
///
- virtual void SetEllipsoidDefinition(MgCoordinateSystemEllipsoid *pEllipsoid)=0;
+ virtual void SetEllipsoidDefinition(MgCoordinateSystemEllipsoid* pEllipsoid)=0;
///////////////////////////////////////////////////////////////////////////////////////////////
/// \brief
@@ -1028,7 +1028,7 @@
/// \brief
/// Converts the specified MgCoordinate in coordinate system units to lon/lat units
///
- /// \param lonLatToCoordinate (MgCoordinate)
+ /// \param coordinateToLonLat (MgCoordinate)
/// The MgCoordinate in coordinate system units that will be converted
///
virtual void ConvertCoordinateToLonLat(MgCoordinate* coordinateToLonLat)=0;
Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGrids.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGrids.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGrids.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -708,15 +708,15 @@
///
/// \param southwest (MgCoordinate)
/// The southwest coordinate of the extents
- /// \param northwest (MgCoordinate)
- /// The northwest coordinate of the extents
+ /// \param northeast (MgCoordinate)
+ /// The northeast coordinate of the extents
///
/// \remarks
/// Contrary to other envelope objects, this method specifically
/// requires that the southwest argument indeed be southwest of the northeast
/// argument. Necessary to support geographic coordinate systems (i.e. +/- 180).
///
- virtual void SetBoundaryExtents (MgCoordinate* southwest,MgCoordinate* northeast)=0;
+ virtual void SetBoundaryExtents (MgCoordinate* southwest, MgCoordinate* northeast)=0;
///////////////////////////////////////////////////////////////////////////////////////////////
/// \brief
Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemProjectionCode.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemProjectionCode.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemProjectionCode.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -131,7 +131,7 @@
static const INT32 Krvk95 = 51;
///////////////////////////////////////////////////////////////////////////////////////////////
/// \brief
- /// Null Projection; produces/processes Latitude & Longitude
+ /// Null Projection; produces/processes Latitude and Longitude
///
static const INT32 LL = 1;
///////////////////////////////////////////////////////////////////////////////////////////////
Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DbException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DbException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DbException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -46,8 +46,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgDbException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -47,8 +47,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgDbXmlException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -47,8 +47,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgEvaluationExpiredException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -47,8 +47,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgInvalidSerialNumberException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -47,8 +47,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgLicenseExpiredException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -46,8 +46,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgSessionExpiredException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -46,8 +46,6 @@
/// ID of the message that describes why the exception occurs.
/// \param whyArguments
/// Collection of arguments used to format the message that describes why the exception occurs.
- /// \param thirdPartyMessage
- /// Exception message from the third party component
///
MgSessionNotFoundException(CREFSTRING methodName, INT32 lineNumber,
CREFSTRING fileName, MgStringCollection* whatArguments,
Modified: trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -391,6 +391,8 @@
///
/// \param mapDefinition (MgResourceIdentifier)
/// MgResourceIdentifier object identifying the map definition resource.
+ /// \param sessionId (String/string)
+ /// The session ID
/// \param requestedFeatures (int)
/// A bitmask representing the desired information to return in the XML response:
/// 1=Layer/Group structure, 2=Layer Icons, 4=Layer Feature Source Information
Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -692,7 +692,6 @@
///
/// \exception MgFeatureServiceException
/// \exception MgInvalidArgumentException
- /// \exception ...
///
virtual MgFeatureReader* GetLockedFeatures(MgResourceIdentifier* resource,
CREFSTRING className,
Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp 2013-06-11 08:01:01 UTC (rev 7605)
@@ -395,6 +395,8 @@
///
/// \param mapDefinition (MgResourceIdentifier)
/// MgResourceIdentifier object identifying the map definition resource.
+/// \param sessionId (String/string)
+/// The session ID
/// \param requestedFeatures (int)
/// A bitmask representing the desired information to return in the XML response:
/// 1=Layer/Group structure, 2=Layer Icons, 4=Layer Feature Source Information
Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -354,6 +354,8 @@
///
/// \param mapDefinition (MgResourceIdentifier)
/// MgResourceIdentifier object identifying the map definition resource.
+ /// \param sessionId (String/string)
+ /// The session ID
/// \param requestedFeatures (int)
/// A bitmask representing the desired information to return in the XML response:
/// 1=Layer/Group structure, 2=Layer Icons, 4=Layer Feature Source Information
Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -285,9 +285,9 @@
/// The log to retrieve. (AccessLog, AdminLog, AuthenticationLog, ErrorLog,
/// MapLayerAccessLog, SessionLog, TraceLog)
/// \param fromDate
- /// Date & time to start pulling entries from
+ /// Date and time to start pulling entries from
/// \param toDate
- /// Last date & time to pull entries for
+ /// Last date and time to pull entries for
///
/// \return
/// The log contents in a ByteReader.
Modified: trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -134,7 +134,7 @@
/// \brief
/// Adds item to the collection.
///
- /// \param property
+ /// \param value
/// Property to add
///
/// \return
@@ -168,8 +168,6 @@
///
/// \param index
/// Insertion point
- /// \param keyname
- /// Input key
/// \param value
/// Input value
///
Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureService.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureService.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureService.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -1015,7 +1015,6 @@
///
/// \exception MgFeatureServiceException
/// \exception MgInvalidArgumentException
- /// \exception ...
///
virtual MgFeatureReader* GetLockedFeatures(MgResourceIdentifier* resource,
CREFSTRING className,
Modified: trunk/MgDev/Common/PlatformBase/Services/ParameterDirection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ParameterDirection.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/PlatformBase/Services/ParameterDirection.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -45,7 +45,7 @@
///////////////////////////////////////////////////
/// \brief
- /// Specifies that the parameter is an input & output parameter.
+ /// Specifies that the parameter is an input and output parameter.
///
static const INT32 InputOutput = 2;
Modified: trunk/MgDev/Common/PlatformBase/Services/Reader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Reader.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/PlatformBase/Services/Reader.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -208,7 +208,7 @@
/// \return
/// Returns the Boolean value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
///
virtual bool GetBoolean(CREFSTRING propertyName) = 0;
@@ -239,7 +239,7 @@
/// \return
/// Returns the Byte value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
///
virtual BYTE GetByte(CREFSTRING propertyName) = 0;
@@ -270,7 +270,7 @@
/// \return
/// Returns an MgDateTime object.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
///
virtual MgDateTime* GetDateTime(CREFSTRING propertyName) = 0;
@@ -301,7 +301,7 @@
/// \return
/// Returns the single value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
///
virtual float GetSingle(CREFSTRING propertyName) = 0;
@@ -332,7 +332,7 @@
/// \return
/// Returns the double value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
///
virtual double GetDouble(CREFSTRING propertyName) = 0;
@@ -394,7 +394,7 @@
/// \return
/// Returns the integer 32 bits value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
///
virtual INT32 GetInt32(CREFSTRING propertyName) = 0;
@@ -425,7 +425,7 @@
/// \return
/// Returns the integer 64 bits value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \note
/// INT64 is actually a pointer to an Integer64 object
@@ -458,7 +458,7 @@
/// \return
/// Returns the string value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
///
virtual STRING GetString(CREFSTRING propertyName) = 0;
@@ -520,7 +520,7 @@
/// \return
/// Returns the CLOB value in an MgByteReader object.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
///
virtual MgByteReader* GetCLOB(CREFSTRING propertyName) = 0;
@@ -584,7 +584,7 @@
///
/// \exception MgConnectionNotOpenException MgNullPropertyValueException
/// \exception MgFdoException MgInvalidPropertyTypeException
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
///
virtual MgRaster* GetRaster(CREFSTRING propertyName) = 0;
@@ -671,7 +671,7 @@
/// \return
/// Returns the Boolean value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \since 2.2
virtual bool GetBoolean(INT32 index) = 0;
@@ -704,7 +704,7 @@
/// \return
/// Returns the Byte value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \since 2.2
virtual BYTE GetByte(INT32 index) = 0;
@@ -737,7 +737,7 @@
/// \return
/// Returns an MgDateTime object.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \since 2.2
virtual MgDateTime* GetDateTime(INT32 index) = 0;
@@ -770,7 +770,7 @@
/// \return
/// Returns the single value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \since 2.2
virtual float GetSingle(INT32 index) = 0;
@@ -803,7 +803,7 @@
/// \return
/// Returns the double value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \since 2.2
virtual double GetDouble(INT32 index) = 0;
@@ -869,7 +869,7 @@
/// \return
/// Returns the integer 32 bits value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \since 2.2
virtual INT32 GetInt32(INT32 index) = 0;
@@ -902,7 +902,7 @@
/// \return
/// Returns the integer 64 bits value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \note
/// INT64 is actually a pointer to an Integer64 object
@@ -938,7 +938,7 @@
/// \return
/// Returns the string value.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \since 2.2
virtual STRING GetString(INT32 index) = 0;
@@ -1004,7 +1004,7 @@
/// \return
/// Returns the CLOB value in an MgByteReader object.
///
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \since 2.2
virtual MgByteReader* GetCLOB(INT32 index) = 0;
@@ -1072,7 +1072,7 @@
///
/// \exception MgConnectionNotOpenException MgNullPropertyValueException
/// \exception MgFdoException MgInvalidPropertyTypeException
- /// \exception MgInvalidPropertyTypeException.
+ /// \exception MgInvalidPropertyTypeException
///
/// \since 2.2
virtual MgRaster* GetRaster(INT32 index) = 0;
Modified: trunk/MgDev/Common/PlatformBase/Services/ResourceService.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ResourceService.h 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Common/PlatformBase/Services/ResourceService.h 2013-06-11 08:01:01 UTC (rev 7605)
@@ -156,7 +156,7 @@
/// \param header (MgByteReader)
/// <ul>
/// <li>If the repository is the library, this is the
- /// <repository header in XML format using the \link ResourceFolderHeader_schema ResourceFolderHeader_schema \endlink
+ /// repository header in XML format using the \link ResourceFolderHeader_schema ResourceFolderHeader_schema \endlink
/// schema. Or, this can be set to null in which case
/// the header is not changed.</li>
/// <li>If the repository is a session repository, this
@@ -298,6 +298,7 @@
/// 0.
/// </li>
/// <li>If the resource is a folder:
+ /// </li>
/// <ul>
/// <li>If the depth is equal to 0, only information about
/// the specified folder is returned.
@@ -404,6 +405,7 @@
/// 0.
/// </li>
/// <li>If the resource is a folder:
+ /// </li>
/// <ul>
/// <li>If the depth is equal to 0, only information about
/// the specified folder is returned.
Modified: trunk/MgDev/Web/src/DotNetApi/Foundation/FoundationMakefile
===================================================================
--- trunk/MgDev/Web/src/DotNetApi/Foundation/FoundationMakefile 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Web/src/DotNetApi/Foundation/FoundationMakefile 2013-06-11 08:01:01 UTC (rev 7605)
@@ -12,7 +12,7 @@
release: $(OUTDIR)\OSGeo.MapGuide.Foundation.dll
$(OUTDIR)\OSGeo.MapGuide.Foundation.Temp.dll:
- csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll /doc:$(OUTDIR)\OSGeo.MapGuide.Foundation.xml /platform:$(PLATFORM) /target:library .\*.cs
+ csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll /doc:$(OUTDIR)\OSGeo.MapGuide.Foundation.xml /platform:$(PLATFORM) /target:library .\*.cs
copy /y $(OUTDIR)\OSGeo.MapGuide.Foundation.dll $(OUTDIR)\OSGeo.MapGuide.Foundation.Temp.dll
$(OUTDIR)\OSGeo.MapGuide.Foundation.dll:
Modified: trunk/MgDev/Web/src/DotNetApi/Geometry/GeometryMakefile
===================================================================
--- trunk/MgDev/Web/src/DotNetApi/Geometry/GeometryMakefile 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Web/src/DotNetApi/Geometry/GeometryMakefile 2013-06-11 08:01:01 UTC (rev 7605)
@@ -12,8 +12,8 @@
release: $(OUTDIR)\OSGeo.MapGuide.Geometry.dll
$(OUTDIR)\OSGeo.MapGuide.Geometry.Temp.dll:
- csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.Geometry.dll /doc:$(OUTDIR)\OSGeo.MapGuide.Geometry.xml /platform:$(PLATFORM) /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll /target:library .\*.cs
+ csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.Geometry.dll /doc:$(OUTDIR)\OSGeo.MapGuide.Geometry.xml /platform:$(PLATFORM) /target:library /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll .\*.cs
copy /y $(OUTDIR)\OSGeo.MapGuide.Geometry.dll $(OUTDIR)\OSGeo.MapGuide.Geometry.Temp.dll
$(OUTDIR)\OSGeo.MapGuide.Geometry.dll:
- csc.exe /debug+ /debug:pdbonly /optimize+ /out:$(OUTDIR)\OSGeo.MapGuide.Geometry.dll /doc:$(OUTDIR)\OSGeo.MapGuide.Geometry.xml /platform:$(PLATFORM) /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll /target:library .\*.cs
+ csc.exe /debug+ /debug:pdbonly /optimize+ /out:$(OUTDIR)\OSGeo.MapGuide.Geometry.dll /doc:$(OUTDIR)\OSGeo.MapGuide.Geometry.xml /platform:$(PLATFORM) /target:library /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll .\*.cs
Modified: trunk/MgDev/Web/src/DotNetApi/MapGuideCommon/MapGuideCommonMakefile
===================================================================
--- trunk/MgDev/Web/src/DotNetApi/MapGuideCommon/MapGuideCommonMakefile 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Web/src/DotNetApi/MapGuideCommon/MapGuideCommonMakefile 2013-06-11 08:01:01 UTC (rev 7605)
@@ -12,8 +12,8 @@
release: $(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.dll
$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.Temp.dll:
- csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.dll /doc:$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.xml /platform:$(PLATFORM) /target:library /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll;$(OUTDIR)\OSGeo.MapGuide.Geometry.dll;$(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll .\*.cs
+ csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.dll /doc:$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.xml /platform:$(PLATFORM) /target:library /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll;$(OUTDIR)\OSGeo.MapGuide.Geometry.dll;$(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll .\*.cs
copy /y $(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.dll $(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.Temp.dll
$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.dll:
- csc.exe /debug+ /debug:pdbonly /optimize+ /out:$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.dll /doc:$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.xml /target:library /platform:$(PLATFORM) /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll;$(OUTDIR)\OSGeo.MapGuide.Geometry.dll;$(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll .\*.cs
+ csc.exe /debug+ /debug:pdbonly /optimize+ /out:$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.dll /doc:$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.xml /platform:$(PLATFORM) /target:library /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll;$(OUTDIR)\OSGeo.MapGuide.Geometry.dll;$(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll .\*.cs
Modified: trunk/MgDev/Web/src/DotNetApi/PlatformBase/PlatformBaseMakefile
===================================================================
--- trunk/MgDev/Web/src/DotNetApi/PlatformBase/PlatformBaseMakefile 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Web/src/DotNetApi/PlatformBase/PlatformBaseMakefile 2013-06-11 08:01:01 UTC (rev 7605)
@@ -12,7 +12,7 @@
release: $(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll
$(OUTDIR)\OSGeo.MapGuide.PlatformBase.Temp.dll:
- csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll /doc:$(OUTDIR)\OSGeo.MapGuide.PlatformBase.xml /platform:$(PLATFORM) /target:library /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll;$(OUTDIR)\OSGeo.MapGuide.Geometry.dll .\*.cs
+ csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll /doc:$(OUTDIR)\OSGeo.MapGuide.PlatformBase.xml /platform:$(PLATFORM) /target:library /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll;$(OUTDIR)\OSGeo.MapGuide.Geometry.dll .\*.cs
copy /y $(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll $(OUTDIR)\OSGeo.MapGuide.PlatformBase.Temp.dll
$(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll:
Modified: trunk/MgDev/Web/src/DotNetApi/Web/WebMakefile
===================================================================
--- trunk/MgDev/Web/src/DotNetApi/Web/WebMakefile 2013-06-11 06:31:32 UTC (rev 7604)
+++ trunk/MgDev/Web/src/DotNetApi/Web/WebMakefile 2013-06-11 08:01:01 UTC (rev 7605)
@@ -12,7 +12,7 @@
release: $(OUTDIR)\OSGeo.MapGuide.Web.dll
$(OUTDIR)\OSGeo.MapGuide.Web.Temp.dll:
- csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.Web.dll /doc:$(OUTDIR)\OSGeo.MapGuide.Web.xml /platform:$(PLATFORM) /target:library /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll;$(OUTDIR)\OSGeo.MapGuide.Geometry.dll;$(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll;$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.dll .\*.cs
+ csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\OSGeo.MapGuide.Web.dll /doc:$(OUTDIR)\OSGeo.MapGuide.Web.xml /platform:$(PLATFORM) /target:library /reference:$(OUTDIR)\OSGeo.MapGuide.Foundation.dll;$(OUTDIR)\OSGeo.MapGuide.Geometry.dll;$(OUTDIR)\OSGeo.MapGuide.PlatformBase.dll;$(OUTDIR)\OSGeo.MapGuide.MapGuideCommon.dll .\*.cs
copy /y $(OUTDIR)\OSGeo.MapGuide.Web.dll $(OUTDIR)\OSGeo.MapGuide.Web.Temp.dll
$(OUTDIR)\OSGeo.MapGuide.Web.dll:
More information about the mapguide-commits
mailing list