Преглед на файлове

HPCC-14528 Updated based on review

Signed-off-by: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Anthony Fishbeck преди 9 години
родител
ревизия
503ed46a77
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      dali/dfu/dfuutil.cpp
  2. 1 1
      esp/scm/ws_packageprocess.ecm

+ 1 - 1
dali/dfu/dfuutil.cpp

@@ -778,7 +778,7 @@ public:
         dfile->getClusterNames(clusterNames);
         dfile->getClusterNames(clusterNames);
         return clusterNames.find(cluster1)!=NotFound;
         return clusterNames.find(cluster1)!=NotFound;
     }
     }
-    bool checkIsKey(IPropertyTree *ftree)
+    inline bool checkIsKey(IPropertyTree *ftree)
     {
     {
         const char * kind = ftree->queryProp("Attr/@kind");
         const char * kind = ftree->queryProp("Attr/@kind");
         return kind && streq(kind, "key");
         return kind && streq(kind, "key");

+ 1 - 1
esp/scm/ws_packageprocess.ecm

@@ -29,7 +29,7 @@ ESPrequest AddPackageRequest
 {
 {
     string Info;
     string Info;
     boolean Activate;
     boolean Activate;
-    boolean OverWrite; //deprecated, use flags below
+    boolean OverWrite; //use flags below unless you really want to overwrite the actual file metadata and packagemap
     string Target;
     string Target;
     string PackageMap;
     string PackageMap;
     string Process;
     string Process;