SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. http://www.swig.org
Find a file
2006-06-02 22:15:24 +00:00
SWIG Remove protected method wrapper (directors) which was being generated when there was no corresponding method in the C++ class. It seemed to be adding in proxy director methods to derived classes if the base class had a protected virtual method. There is no reason to have the extra method (it doesn't happen with public methods) and is the wrong place to add extra methods in any case - should be done in one of the earlier parse stages. 2006-06-02 22:15:24 +00:00
swigweb update for new Sourceforge cvs access 2006-05-16 21:26:04 +00:00