Index: /Projects/TrafficLightSender/src/org/sunspotworld/TrafficLightSender.java =================================================================== --- /Projects/TrafficLightSender/src/org/sunspotworld/TrafficLightSender.java (revision 66) +++ /Projects/TrafficLightSender/src/org/sunspotworld/TrafficLightSender.java (revision 67) @@ -223,18 +223,25 @@ } - /** - * Called if the MIDlet is terminated by the system. - * I.e. if startApp throws any exception other than MIDletStateChangeException, - * if the isolate running the MIDlet is killed with Isolate.exit(), or - * if VM.stopVM() is called. - * - * It is not called if MIDlet.notifyDestroyed() was called. - * - * @param unconditional If true when this method is called, the MIDlet must - * cleanup and release all resources. If false the MIDlet may throw - * MIDletStateChangeException to indicate it does not want to be destroyed - * at this time. - */ + protected void destroyApp(boolean unconditional) throws MIDletStateChangeException { } } + +/* + +Copyright 2008 The SPOTBot Team + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + */ + Index: /Projects/TrafficLightFinder/src/org/sunspotworld/TrafficLightFinder.java =================================================================== --- /Projects/TrafficLightFinder/src/org/sunspotworld/TrafficLightFinder.java (revision 66) +++ /Projects/TrafficLightFinder/src/org/sunspotworld/TrafficLightFinder.java (revision 67) @@ -109,2 +109,21 @@ } } + +/* + +Copyright 2008 The SPOTBot Team + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + */ +