source: vanHelsing/trunk/src/ResourceInfo.py@ 824

Last change on this file since 824 was 824, checked in by slederer, on Feb 17, 2010 at 5:49:19 PM

Generierter Server-Code

File size: 350 bytes
Line 
1import ZSI
2from ZSI import TC
3
4class ResourceInfo:
5 resId=-1
6 resType=""
7 resName=""
8 director=""
9
10
11ResourceInfo.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.