|
@@ -517,7 +517,7 @@ public:
|
|
StringBuffer curDir;
|
|
StringBuffer curDir;
|
|
ForEachItemIn(gn, groupNames)
|
|
ForEachItemIn(gn, groupNames)
|
|
{
|
|
{
|
|
-#ifdef _CONTAINERIZE
|
|
|
|
|
|
+#ifdef _CONTAINERIZED
|
|
Owned<IStoragePlane> plane = getStoragePlane(groupNames.item(gn));
|
|
Owned<IStoragePlane> plane = getStoragePlane(groupNames.item(gn));
|
|
assertex(plane);
|
|
assertex(plane);
|
|
curDir.append(plane->queryPrefix());
|
|
curDir.append(plane->queryPrefix());
|