patch by mail:

Von: douleme@free.fr
Betreff: patch for eflxx
Datum: Tue, 8 Feb 2011 19:32:21 +0100 (CET)


SVN revision: 56819
This commit is contained in:
Andreas Volz 2011-02-08 20:55:14 +00:00
parent 158039f74a
commit 3144e6ccfb
2 changed files with 3 additions and 3 deletions

View File

@ -21,12 +21,12 @@ Part::Part (Object* parent, const std::string &partname) :
mExternalContent (NULL),
mSwallowObject (NULL)
{
cout << "Part::EdjePart( '" << mPartname << "' ) constructing..." << endl;
//cout << "Part::EdjePart( '" << mPartname << "' ) constructing..." << endl;
}
Part::~Part()
{
cout << "~Part::EdjePart( '" << mPartname << "' ) destructing..." << endl;
//cout << "~Part::EdjePart( '" << mPartname << "' ) destructing..." << endl;
delete mExternalObject;
delete mSwallowObject;

View File

@ -1,7 +1,7 @@
prefix=@prefix@
exec_prefix=@prefix@
libdir=@exec_prefix@/lib
includedir=@prefix@/eflxx
includedir=@prefix@/include
Name: @PACKAGE@
Description: EFL C++ Wrapper common files