Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 16508)
+++ trunk/ippTools/src/pxtables.c	(revision 16588)
@@ -54,8 +54,10 @@
     CREATE_TABLE(summitExpCreateTable);
     CREATE_TABLE(summitImfileCreateTable);
-    CREATE_TABLE(pzPendingExpCreateTable);
-    CREATE_TABLE(pzPendingImfileCreateTable);
-    CREATE_TABLE(pzDoneExpCreateTable);
-    CREATE_TABLE(pzDoneImfileCreateTable);
+//    CREATE_TABLE(pzPendingExpCreateTable);
+//    CREATE_TABLE(pzPendingImfileCreateTable);
+//    CREATE_TABLE(pzDoneExpCreateTable);
+//    CREATE_TABLE(pzDoneImfileCreateTable);
+    CREATE_TABLE(pzDownloadExpCreateTable);
+    CREATE_TABLE(pzDownloadImfileCreateTable);
     CREATE_TABLE(newExpCreateTable);
     CREATE_TABLE(newImfileCreateTable);
@@ -151,8 +153,10 @@
     DROP_TABLE(summitExpDropTable);
     DROP_TABLE(summitImfileDropTable);
-    DROP_TABLE(pzPendingExpDropTable);
-    DROP_TABLE(pzPendingImfileDropTable);
-    DROP_TABLE(pzDoneExpDropTable);
-    DROP_TABLE(pzDoneImfileDropTable);
+//    DROP_TABLE(pzPendingExpDropTable);
+//    DROP_TABLE(pzPendingImfileDropTable);
+//    DROP_TABLE(pzDoneExpDropTable);
+//    DROP_TABLE(pzDoneImfileDropTable);
+    DROP_TABLE(pzDownloadExpDropTable);
+    DROP_TABLE(pzDownloadImfileDropTable);
     DROP_TABLE(newExpDropTable);
     DROP_TABLE(newImfileDropTable);
