Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 8363)
+++ trunk/ippTools/src/pxtables.c	(revision 8373)
@@ -44,6 +44,6 @@
     CREATE_TABLE(detMasterFrameCreateTable);
     CREATE_TABLE(detMasterImfileCreateTable);
-    CREATE_TABLE(detResidImfileAnalysisCreateTable);
-    CREATE_TABLE(detResidExpAnalysisCreateTable);
+    CREATE_TABLE(detResidImfileCreateTable);
+    CREATE_TABLE(detResidExpCreateTable);
 
     return true;
@@ -98,6 +98,6 @@
     DROP_TABLE(detMasterFrameDropTable);
     DROP_TABLE(detMasterImfileDropTable);
-    DROP_TABLE(detResidImfileAnalysisDropTable);
-    DROP_TABLE(detResidExpAnalysisDropTable);
+    DROP_TABLE(detResidImfileDropTable);
+    DROP_TABLE(detResidExpDropTable);
 
     return status;
