(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / Application.java
index 1a725b3c14d7c890f262f6027baf73b16d555f27..3587917b93e98653d2bd95294e770c505477896d 100644 (file)
@@ -14,8 +14,12 @@ public class Application extends AbstractSubSystem {
        }
 
        @Override
-       protected void doInitialize(String aContext, Service[] aRequiredServices) {
+       protected void doStart(String aContext, ServiceRegistry aRegistry, Service[] aRequiredServices) {
                // Empty, no services provided externally. 
        }
-
+       
+       @Override
+       protected void doStop(String aContext) {
+               // Empty.       
+       }
 }