Deleted Added
full compact
34c34
< include "tc.def"
---
> #include "tc.def"
35a36,44
> typedef RowStatus ENUM (
> 1 active
> 2 notInService
> 3 notReady
> 4 createAndGo
> 5 createAndWait
> 6 destroy
> )
>