Changes between Version 1 and Version 2 of Old/Athstats/ScriptsRepository/ProtoDefAthstats
- Timestamp:
- Feb 10, 2006, 4:07:23 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Athstats/ScriptsRepository/ProtoDefAthstats
v1 v2 16 16 p.defProperty('interval', 'How often to query the driver') 17 17 18 athstats = p.addApplication( :athstats, "test:app:athstats")18 athstats = p.addApplication('athstats', "test:app:athstats") 19 19 athstats.bindProperty('interface') 20 20 athstats.bindProperty('interval')