isDeleted method

bool isDeleted()

Implementation

bool isDeleted(){return((super.flags&CLIENT_MSGFLAG_DELETED)> 0||(super.flags&CLIENT_MSGFLAG_WIPED)> 0);}