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

« back to all changes in this revision

Viewing changes to mapscript/csharp/webObj.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:
115
115
    } 
116
116
  }
117
117
 
 
118
  public string temppath {
 
119
    set {
 
120
      mapscriptPINVOKE.webObj_temppath_set(swigCPtr, value);
 
121
      if (mapscriptPINVOKE.SWIGPendingException.Pending) throw mapscriptPINVOKE.SWIGPendingException.Retrieve();
 
122
    } 
 
123
    get {
 
124
      string ret = mapscriptPINVOKE.webObj_temppath_get(swigCPtr);
 
125
      if (mapscriptPINVOKE.SWIGPendingException.Pending) throw mapscriptPINVOKE.SWIGPendingException.Retrieve();
 
126
      return ret;
 
127
    } 
 
128
  }
 
129
 
118
130
  public mapObj map {
119
131
    get {
120
132
      IntPtr cPtr = mapscriptPINVOKE.webObj_map_get(swigCPtr);