236237238239240241242243244245246
module.destroy(); } for (QQService.Type type : services.keySet()) { QQService service = services.get(type); service.destroy(); } actorDispatcher.destroy(); store.destroy(); } catch (QQException e) {