فهرست منبع

WIP: LN #159 Load eclServer if component type is eclServerType

As part of enabling WsAttributes, this change is required by
configmgr to get the list of eclServer instances.

Signed-off-by: Sridhar Meda <sridhar.meda@lexisnexis.com>
Sridhar Meda 13 سال پیش
والد
کامیت
abbc73d004
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      deployment/deployutils/deployutils.cpp

+ 2 - 2
deployment/deployutils/deployutils.cpp

@@ -935,7 +935,7 @@ public:
             {
               // MORE - attribute servers would be ok here too
               nCtrlType = 4;//LVC_COMBO;
-              LoadComboBox("Software/EclCCServerProcess", bAddBlank, m_pEnv, m_pEnv, strBuf);
+              LoadComboBox("Software/EclServerProcess", bAddBlank, m_pEnv, m_pEnv, strBuf);
               extraInfo = strBuf.str();
             }
             else if (strcmp(type, "eclCCServerType")==0)
@@ -1640,7 +1640,7 @@ public:
         }
         else if(!strcmp(type, "eclServerType"))
         {
-          tempPath.clear().append("./Software/EclCCServerProcess[1]/@name");
+          tempPath.clear().append("./Software/EclServerProcess[1]/@name");
           wizDefVal.clear().append(m_pEnv->queryProp(tempPath.str()));
         }
         else if(!strcmp(type, "eclCCServerType"))