compilation fixes

This commit is contained in:
Radu Ioan Fericean
2015-06-02 23:29:09 +03:00
parent 7330061c1f
commit 9c66af024d
11 changed files with 620 additions and 222 deletions

View File

@@ -166,9 +166,9 @@ type LoadWriter interface {
SetTpDerivedChargers([]TpDerivedCharger) error
SetTpLCRs([]TpLcrRules) error
SetTpActions([]TpAction) error
SetTpActionTimings([]TpActionPlan) error
SetTpActionPlans([]TpActionPlan) error
SetTpActionTriggers([]TpActionTrigger) error
SetTpAccountActions([]TpAccountActions) error
SetTpAccountActions([]TpAccountAction) error
}
type Marshaler interface {