Changeset 2995
- Timestamp:
- 11/07/08 09:14:15 (2 months ago)
- Files:
-
- openwsman/trunk/bindings/openwsman.i (modified) (2 diffs)
- openwsman/trunk/bindings/wsman-types.i (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openwsman/trunk/bindings/openwsman.i
r2984 r2995 50 50 #include <wsman-epr.h> 51 51 #include <wsman-filter.h> 52 #include <wsman-soap.h> 52 53 /*#include "openwsman.h"*/ 53 54 %} … … 63 64 %include "wsman-filter.i" 64 65 66 %include "wsman-soap.i" 67 65 68 %include "client_opt.i" 69 66 70 67 71 #if defined(SWIGRUBY) openwsman/trunk/bindings/wsman-types.i
r2984 r2995 56 56 struct _WS_CONTEXT {}; 57 57 58 %nodefault __WsEnumerateInfo; 59 %rename(WsEnumerateInfo) __WsEnumerateInfo; 60 struct __WsEnumerateInfo {}; 61 62 %nodefault __SoapOp; 63 %rename(SoapOp) __SoapOp; 64 struct __SoapOp {}; 65 66 %nodefault _WsmanStatus; 67 %rename(WsmanStatus) _WsmanStatus; 68 struct _WsmanStatus {}; 69 58 70 %include "wsman-types.h"
