source:
vanHelsing/trunk/src/ResourceInfo.py@
852
Last change on this file since 852 was 824, checked in by , on Feb 17, 2010 at 5:49:19 PM | |
---|---|
File size: 350 bytes |
Rev | Line | |
---|---|---|
[824] | 1 | import ZSI |
2 | from ZSI import TC | |
3 | ||
4 | class ResourceInfo: | |
5 | resId=-1 | |
6 | resType="" | |
7 | resName="" | |
8 | director="" | |
9 | ||
10 | ||
11 | ResourceInfo.typecode=TC.Struct(ResourceInfo, | |
12 | [TC.Integer('resId'), | |
13 | TC.String('resType'), | |
14 | TC.String('resName'), | |
15 | TC.String('director')], | |
16 | 'vanHelsing:ResourceInfo') | |
17 |
Note:
See TracBrowser
for help on using the repository browser.