change back exception hierarchy
authorStefan Vogel <sv@exept.de>
Tue, 07 Oct 2003 15:43:08 +0200
changeset 7633 be11269e0810
parent 7632 767af3538c06
child 7634 f5b75d721f69
change back exception hierarchy
Make.proto
--- a/Make.proto	Tue Oct 07 15:38:02 2003 +0200
+++ b/Make.proto	Tue Oct 07 15:43:08 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.166 2003-10-07 07:45:15 penk Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.167 2003-10-07 13:43:08 stefan Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -119,16 +119,16 @@
 	BlockContext.$(O)    \
       Delay.$(O)             \
       GenericException.$(O)  \
-	ControlRequest.$(O)  \
-	  AbortOperationRequest.$(O)  \
-	  AbortAllOperationRequest.$(O)  \
-	  TerminateProcessRequest.$(O)  \
-	  RestartProcessRequest.$(O)  \
+	ControlInterrupt.$(O) \
+	  HaltInterrupt.$(O)  \
+	    BreakPointInterrupt.$(O)  \
+	  UserInterrupt.$(O)  \
 	Exception.$(O)       \
-	  ControlInterrupt.$(O) \
-	    HaltInterrupt.$(O)  \
-	      BreakPointInterrupt.$(O)  \
-	    UserInterrupt.$(O)  \
+	  ControlRequest.$(O)  \
+	    AbortOperationRequest.$(O)  \
+	    AbortAllOperationRequest.$(O)  \
+	    TerminateProcessRequest.$(O)  \
+	    RestartProcessRequest.$(O)  \
 	  Error.$(O)         \
 	    MessageNotUnderstood.$(O) \
 	    TimeoutError.$(O) \