I need help when i try to delete a contact or a group the system crashes
P.D. take a look of this method
void CContactList::removeContactGroup(const std::string & groupId) {
typedef ThreadEvent1<void (std::string contactId), std::string> MyThreadEvent;
MyThreadEvent * event = new MyThreadEvent(boost::bind(&CContactList::removeContactGroupThreadSafe, this, _1), groupId);
WengoPhone::postEvent(event);
}
Something is wrong with this line(WengoPhone::postEvent(event);) I think it doesnt regognize the event as delete because happends when you delete a contact or group
Thanks,
P.D. take a look of this method
void CContactList::removeContactGroup(const std::string & groupId) {
typedef ThreadEvent1<void (std::string contactId), std::string> MyThreadEvent;
MyThreadEvent * event = new MyThreadEvent(boost::bind(&CContactList::removeContactGroupThreadSafe, this, _1), groupId);
WengoPhone::postEvent(event);
}
Something is wrong with this line(WengoPhone::postEvent(event);) I think it doesnt regognize the event as delete because happends when you delete a contact or group
Thanks,
Dennis Guzman Artavia
Software Development
DGA Pro.
Software Development
DGA Pro.
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
