Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 8495)
+++ trunk/ippTools/src/pxtables.c	(revision 8661)
@@ -33,6 +33,6 @@
     CREATE_TABLE(p2PendingExpCreateTable);
     CREATE_TABLE(p2PendingImfileCreateTable);
-    CREATE_TABLE(p2DoneExpCreateTable);
-    CREATE_TABLE(p2DoneImfileCreateTable);
+    CREATE_TABLE(p2ProcessedExpCreateTable);
+    CREATE_TABLE(p2ProcessedImfileCreateTable);
     CREATE_TABLE(p3PendingExpCreateTable);
     CREATE_TABLE(detRunCreateTable);
@@ -88,6 +88,6 @@
     DROP_TABLE(p2PendingExpDropTable);
     DROP_TABLE(p2PendingImfileDropTable);
-    DROP_TABLE(p2DoneExpDropTable);
-    DROP_TABLE(p2DoneImfileDropTable);
+    DROP_TABLE(p2ProcessedExpDropTable);
+    DROP_TABLE(p2ProcessedImfileDropTable);
     DROP_TABLE(p3PendingExpDropTable);
     DROP_TABLE(detRunDropTable);
