CPbkContactEditorDlg problem
| Fri, 2005-04-15 06:07 | |
|
hi buddy
i want to use protected function void CloseAllPopups () of class CPbkContactEditorDlg how i will use it. i m using code: class Ctemp:public CPbkContactEditorDlg { public: Ctemp(CPbkContactEngine & aEngine, CPbkContactItem & aContactItem, TInt aFocusIndex ); ~Ctemp(); public: void myCloseAllPopups() { CloseAllPopups(); } }; nd i m creating object of Ctemp class in another class nd call function by Ctemp.myCloseAllPopups() but we get error :no appropriate default constructor available solve it pls with regards |
|






Forum posts: 173
http://sandy.t35.com
Forum posts: 112
problem is:
hi buddy
i want to use protected function void CloseAllPopups () of class CPbkContactEditorDlg how i will use it.
i m using code:
class Ctemp:public CPbkContactEditorDlg
{
public:
Ctemp(CPbkContactEngine & aEngine,
CPbkContactItem & aContactItem,
TInt aFocusIndex );
~Ctemp();
public:
void myCloseAllPopups()
{
CloseAllPopups();
}
};
nd i m creating object of Ctemp class in another class
nd call function by Ctemp.myCloseAllPopups()
but we get error
:no appropriate default constructor available
solve it pls
with regards
TBool aEdited)