[mapguide-commits] r5288 -
sandbox/adsk/2.2tav/Server/src/Services/Feature
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Oct 15 13:10:52 EDT 2010
Author: brucedechant
Date: 2010-10-15 10:10:52 -0700 (Fri, 15 Oct 2010)
New Revision: 5288
Modified:
sandbox/adsk/2.2tav/Server/src/Services/Feature/ServerGetProviderCapabilities.cpp
Log:
Update to match schema.
Modified: sandbox/adsk/2.2tav/Server/src/Services/Feature/ServerGetProviderCapabilities.cpp
===================================================================
--- sandbox/adsk/2.2tav/Server/src/Services/Feature/ServerGetProviderCapabilities.cpp 2010-10-15 17:10:07 UTC (rev 5287)
+++ sandbox/adsk/2.2tav/Server/src/Services/Feature/ServerGetProviderCapabilities.cpp 2010-10-15 17:10:52 UTC (rev 5288)
@@ -473,7 +473,7 @@
if (funcCnt > 0)
{
// Add function definition collection element if there are any functions available
- DOMElement* funcDefColNode = m_xmlCap->AddChildNode(expressionNode, "FunctionDefinitionCollection");
+ DOMElement* funcDefColNode = m_xmlCap->AddChildNode(expressionNode, "FunctionDefinitionList");
CHECKNULL(funcDefColNode, L"MgServerGetProviderCapabilities::CreateExpressionCapabilities");
for (FdoInt32 i=0; i < funcCnt; i++)
@@ -506,7 +506,7 @@
if (argCnt > 0)
{
// Add ArgumentDefinitionCollection if there are arguments
- DOMElement* argDefColNode = m_xmlCap->AddChildNode(funcDefNode, "ArgumentDefinitionCollection");
+ DOMElement* argDefColNode = m_xmlCap->AddChildNode(funcDefNode, "ArgumentDefinitionList");
CHECKNULL(argDefColNode, L"MgServerGetProviderCapabilities::CreateExpressionCapabilities");
for (FdoInt32 j=0; j < argCnt; j++)
More information about the mapguide-commits
mailing list