changeset 269 | d57b86b1867a |
parent 121 | 661475905584 |
--- a/kernel/eka/include/e32base.h Tue Aug 31 11:40:45 2010 +0100 +++ b/kernel/eka/include/e32base.h Mon Sep 13 15:16:07 2010 +0100 @@ -1314,8 +1314,7 @@ */ { public: - inline TCleanupItem(TCleanupOperation anOperation); - inline TCleanupItem(TCleanupOperation anOperation,TAny* aPtr); + inline TCleanupItem(TCleanupOperation anOperation, TAny* aPtr = 0); private: TCleanupOperation iOperation; TAny* iPtr;