Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 8373)
+++ trunk/ippTools/src/pxtables.c	(revision 8495)
@@ -46,4 +46,5 @@
     CREATE_TABLE(detResidImfileCreateTable);
     CREATE_TABLE(detResidExpCreateTable);
+    CREATE_TABLE(detRunSummaryCreateTable);
 
     return true;
@@ -100,4 +101,5 @@
     DROP_TABLE(detResidImfileDropTable);
     DROP_TABLE(detResidExpDropTable);
+    DROP_TABLE(detRunSummaryDropTable);
 
     return status;
