Searched refs:AutoCleanup (Results 1 – 2 of 2) sorted by relevance
104 class AutoCleanup; variable418 friend class AutoCleanup; variable493 class AutoCleanup496 AutoCleanup(PVMFProtocolEngineNode *aNode) : iNode(aNode), iNeedDeleteObjects(true) in AutoCleanup() function500 ~AutoCleanup() in ~AutoCleanup()
2134 …AutoCleanup cleanup(this); // cleanup's destructor will automatically call DeleteProtocolObjects()… in CreateProtocolObjects()