aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/simplefile.cpp
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 declaration of class SimpleFile.Renato Filho2010-05-261-8/+49
| | | | | | | Move FILE member to internal structor to avoid errors on compilation of debian PPC. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Adds test case for overload with static and a non-static versions of a method.Hugo Lima2010-01-191-0/+15
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* added the SimpleFile class to the sample library to check how aMarcelo Lira2009-10-201-0/+58
method returning a boolean value that indicates success/failure on a IO operation could be modified to express the any occurring problems as Python exceptions (in this case IOError); the generator was changed to return a 'None' value for Python callers on methods that had it's return value removed