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

« back to all changes in this revision

Viewing changes to mapscript/swiginc/resultcache.i

  • 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
1
/* ===========================================================================   
2
 
   $Id: resultcache.i 7799 2008-07-09 04:31:58Z sdlime $
 
2
   $Id: resultcache.i 10933 2011-02-03 14:31:33Z sdlime $
3
3
 
4
4
   Project:  MapServer
5
5
   Purpose:  SWIG interface file for mapscript resultCacheObj extensions
32
32
%extend resultCacheObj
33
33
{
34
34
 
35
 
    resultCacheMemberObj *getResult(int i)
 
35
    resultObj *getResult(int i)
36
36
    {
37
37
        if (i >= 0 && i < self->numresults) {
38
38
            return &self->results[i];