aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/privatedtor.h
Commit message (Collapse)AuthorAgeFilesLines
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-20/+8
| | | | | | | exception. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* fixed tests exported symbols.Renato Filho2010-08-181-4/+4
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes code generation for classes with private destructors.Marcelo Lira2010-06-021-0/+3
| | | | | | This fix is specific for the cases when the "protected hack" is turned off. Also added some tests.
* Updated libsample classes that are missing the LIBSAMPLE_API macro.Marcelo Lira2009-11-241-1/+3
|
* - CppGenerator and HeaderGenerator modified to take classes withMarcelo Lira2009-09-021-2/+12
| | | | | | | private destructors into account - Removed ShibokenGenerator::canCreateWrapperFor(...) method - Minor improvements to ShibokenGenerator documentation - Expanded PrivateDtor case and added related unit test
* Added LGPL copyright header to all libsample files.Hugo Lima2009-09-011-0/+33
|
* Added an example of a class with a private destructor.Hugo Lima2009-09-011-0/+18