2 new query classes
authorClaus Gittinger <cg@exept.de>
Tue, 26 Apr 2016 11:42:03 +0200
changeset 3770 60aeb64e8c86
parent 3769 025b8151cec1
child 3771 22093995ad0e
2 new query classes
Make.spec
--- a/Make.spec	Tue Apr 26 11:41:30 2016 +0200
+++ b/Make.spec	Tue Apr 26 11:42:03 2016 +0200
@@ -55,8 +55,10 @@
 	BreakpointDescription \
 	BreakpointQuery \
 	CompilationErrorHandler \
+	CompilationErrorHandlerQuery \
 	DoNotShowCompilerWarningAgainActionQuery \
 	DoNotShowCompilerWarningAgainForThisMethodActionQuery \
+	DoNotShowCompilerWarningAgainForThisReceiverSelectorActionQuery \
 	InstrumentationContext \
 	InstrumentationInfo \
 	InstrumentedMethod \
@@ -122,8 +124,10 @@
     $(OUTDIR_SLASH)BreakpointDescription.$(O) \
     $(OUTDIR_SLASH)BreakpointQuery.$(O) \
     $(OUTDIR_SLASH)CompilationErrorHandler.$(O) \
+    $(OUTDIR_SLASH)CompilationErrorHandlerQuery.$(O) \
     $(OUTDIR_SLASH)DoNotShowCompilerWarningAgainActionQuery.$(O) \
     $(OUTDIR_SLASH)DoNotShowCompilerWarningAgainForThisMethodActionQuery.$(O) \
+    $(OUTDIR_SLASH)DoNotShowCompilerWarningAgainForThisReceiverSelectorActionQuery.$(O) \
     $(OUTDIR_SLASH)InstrumentationContext.$(O) \
     $(OUTDIR_SLASH)InstrumentationInfo.$(O) \
     $(OUTDIR_SLASH)InstrumentedMethod.$(O) \