- remove optional sub-parameter; we use these fields in both Add() and
[plcapi.git] / PLC / Slices.py
2006-10-25 Mark Huang- remove optional sub-parameter; we use these fields...
2006-10-24 Mark Huang- make Add() calling convention consistent among all...
2006-10-23 Mark Huang- fix slice_id documentation
2006-10-20 Mark Huang- use base class __init__() and delete() implementations
2006-10-06 Mark Huang- add_person, remove_person, add_node, remove_node...
2006-10-03 Mark Huang- move common sync() functionality to Table.Row
2006-10-02 Mark Huangmake read-only a Parameter attribute
2006-10-02 Mark Huang- renamed state to instantiation
2006-10-02 Mark Huang- import SliceInstantiations
2006-10-02 Mark Huang- implement Slices abstraction for new API functions
2006-09-06 Mark HuangInitial checkin of new API implementation