Changeset 161 for trunk/src/pbs_wrap.c


Ignore:
Timestamp:
09/24/08 15:38:53 (16 years ago)
Author:
bas
Message:

src/PBSQuery.py:

  • _free function not needed any more. Destructors are now in SWIG code

new generated swig code:

  • src/pbs_ifl.h
  • src/pbs.py
  • src/pbs_python.h
  • src/pbs_wrap.c
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pbs_wrap.c

    r159 r161  
    28602860  }
    28612861SWIGINTERN void delete_attrl(struct attrl *self){
     2862        if (SARA_DEBUG)
     2863                printf("Bas free attrl\n");
    28622864        free(self);
    28632865  }
     
    28702872  }
    28712873SWIGINTERN void delete_attropl(struct attropl *self){
     2874        if (SARA_DEBUG)
     2875                printf("Bas free attropl\n");
    28722876        free(self);
    28732877  }
Note: See TracChangeset for help on using the changeset viewer.