~ubuntu-branches/ubuntu/raring/mapserver/raring-security

« back to all changes in this revision

Viewing changes to mapscript/csharp/resultCacheObj.cs

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Alan Boudreault, Francesco Paolo Lovergine
  • Date: 2010-03-24 22:13:25 UTC
  • mfrom: (10.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100324221325-g9hwfpfqeiq4fz7m
Tags: 5.6.3-1
[ Alan Boudreault ]
* New upstream release, with important bug fixes.
* Fixed some typo in debian/control.

[ Francesco Paolo Lovergine ]
* Policy bumped to 3.8.4 without changes.
* Removed Andreas Putzo among Uploaders: last contribution dated more than
  two years ago.
* Added shapelib to Suggests in mapserver-bin. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    } 
97
97
  }
98
98
 
 
99
  public int usegetshape {
 
100
    set {
 
101
      mapscriptPINVOKE.resultCacheObj_usegetshape_set(swigCPtr, value);
 
102
      if (mapscriptPINVOKE.SWIGPendingException.Pending) throw mapscriptPINVOKE.SWIGPendingException.Retrieve();
 
103
    } 
 
104
    get {
 
105
      int ret = mapscriptPINVOKE.resultCacheObj_usegetshape_get(swigCPtr);
 
106
      if (mapscriptPINVOKE.SWIGPendingException.Pending) throw mapscriptPINVOKE.SWIGPendingException.Retrieve();
 
107
      return ret;
 
108
    } 
 
109
  }
 
110
 
99
111
  public resultCacheMemberObj getResult(int i) {
100
112
    IntPtr cPtr = mapscriptPINVOKE.resultCacheObj_getResult(swigCPtr, i);
101
113
    resultCacheMemberObj ret = (cPtr == IntPtr.Zero) ? null : new resultCacheMemberObj(cPtr, false, ThisOwn_false());