Deleted Added
full compact
32c32
< include "tc.def"
---
> #include "tc.def"
33a34,42
> typedef RowStatus ENUM (
> 1 active
> 2 notInService
> 3 notReady
> 4 createAndGo
> 5 createAndWait
> 6 destroy
> )
>