Changeset 30513
- Timestamp:
- 2008-07-24 11:05:15 (4 months ago)
- Location:
- CS/trunk/include/bindings/python
- Files:
-
- 2 modified
-
corepost.i (modified) (1 diff)
-
pythpre.i (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CS/trunk/include/bindings/python/corepost.i
r29307 r30513 139 139 %} 140 140 141 // iutil/event.h 142 // the property doesnt work well by itself otherwise. 143 %extend iEvent 144 { 145 %pythoncode %{ 146 Name = property(GetName) 147 %} 148 } 149 141 150 // csutil/hash.h 142 151 %extend csHash -
CS/trunk/include/bindings/python/pythpre.i
r29874 r30513 28 28 %rename(_GetSCFPointer) GetSCFPointer; 29 29 30 %ignore csEvent::Name; 31 %ignore iEvent::Name; 30 32 %ignore ::operator+; 31 33 %ignore ::operator-;
