~ubuntu-branches/ubuntu/precise/nordugrid-arc/precise

« back to all changes in this revision

Viewing changes to swig/common.i

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-03-01 19:48:16 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120301194816-m1ezrwnwt2qgnc2e
Tags: 1.1.1-1
* 1.1.1 Bugfix Release
* Fixes FTBFS (Closes: #661774) (LP: #935007)
* Fix typo in package description (Closes: #646979)
* Split binary rule in debian/rules for arch and indep

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
%ignore *::operator+;
85
85
%ignore *::operator-;
86
86
 
87
 
%rename(toString) operator std::string;
88
 
%rename(toBool) operator bool;
89
 
 
90
87
%template(XMLNodePListIteratorHandler) listiteratorhandler<Arc::XMLNode*>;
91
88
%template(LogDestinationListIteratorHandler) listiteratorhandler<Arc::LogDestination*>;
92
89
%template(URLLocationListIteratorHandler) listiteratorhandler<Arc::URLLocation>;
93
90
#endif
94
91
 
95
92
#ifdef SWIGPYTHON
96
 
%rename(toBool) operator bool;
97
 
%rename(__str__) operator std::string;
98
93
%ignore Arc::TargetGenerator::ServiceCounter();
99
94
#endif
100
95