|
|
@@ -17,7 +17,6 @@ import kr.co.zumo.app.lifeplus.helper.Helper;
|
|
|
import kr.co.zumo.app.lifeplus.helper.IHelperProvider;
|
|
|
import kr.co.zumo.app.lifeplus.network.INetworkReceiverListener;
|
|
|
import kr.co.zumo.app.lifeplus.network.NetworkWatcher;
|
|
|
-import kr.co.zumo.app.lifeplus.supervisor.ActivityDeliveryHelper;
|
|
|
import kr.co.zumo.app.lifeplus.util.StringUtil;
|
|
|
import kr.co.zumo.app.lifeplus.view.Event;
|
|
|
|
|
|
@@ -234,14 +233,6 @@ public abstract class Model extends ViewModel implements ILifeCycle, IHelperProv
|
|
|
helper.clearPackaging();
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * DeliveryHelper 의 객체를 ActivityDeliveryHelper 로 전달한다.
|
|
|
- */
|
|
|
- public void shipToActivity() {
|
|
|
- DeliveryHelper helper = getHelper(DeliveryHelper.class);
|
|
|
- helper.shipTo(ActivityDeliveryHelper.getInstance());
|
|
|
- }
|
|
|
-
|
|
|
/***********************************
|
|
|
* ILifeCycle
|
|
|
***********************************/
|