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

« back to all changes in this revision

Viewing changes to mapscript/csharp/SWIGTYPE_p_rendererVTable.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:
1
 
/* ----------------------------------------------------------------------------
2
 
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 1.3.36
4
 
 *
5
 
 * Do not make changes to this file unless you know what you are doing--modify
6
 
 * the SWIG interface file instead.
7
 
 * ----------------------------------------------------------------------------- */
8
 
 
9
 
 
10
 
using System;
11
 
using System.Runtime.InteropServices;
12
 
 
13
 
public class SWIGTYPE_p_rendererVTable {
14
 
  private HandleRef swigCPtr;
15
 
 
16
 
  internal SWIGTYPE_p_rendererVTable(IntPtr cPtr, bool futureUse, object parent) {
17
 
    swigCPtr = new HandleRef(this, cPtr);
18
 
  }
19
 
 
20
 
  protected SWIGTYPE_p_rendererVTable() {
21
 
    swigCPtr = new HandleRef(null, IntPtr.Zero);
22
 
  }
23
 
 
24
 
  internal static HandleRef getCPtr(SWIGTYPE_p_rendererVTable obj) {
25
 
    return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
26
 
  }
27
 
}