~ubuntu-branches/ubuntu/saucy/mapserver/saucy-security

« back to all changes in this revision

Viewing changes to mapscript/csharp/OWSRequest.cs

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-12-23 14:02:06 UTC
  • mfrom: (26.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111223140206-n3h9t2hsa8hyslmu
Tags: 6.0.1-2
Added missed stuff for libmapscript-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
    return ret;
146
146
  }
147
147
 
 
148
  public int loadParamsFromURL(string url) {
 
149
    int ret = mapscriptPINVOKE.OWSRequest_loadParamsFromURL(swigCPtr, url);
 
150
    if (mapscriptPINVOKE.SWIGPendingException.Pending) throw mapscriptPINVOKE.SWIGPendingException.Retrieve();
 
151
    return ret;
 
152
  }
 
153
 
148
154
  public void setParameter(string name, string value) {
149
155
    mapscriptPINVOKE.OWSRequest_setParameter(swigCPtr, name, value);
150
156
    if (mapscriptPINVOKE.SWIGPendingException.Pending) throw mapscriptPINVOKE.SWIGPendingException.Retrieve();