Searched refs:AutoCOMPtr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp845 class AutoCOMPtr { class
849 AutoCOMPtr(T* ptr) : m_ptr(ptr) { function in class:AutoCOMPtr
852 ~AutoCOMPtr() {
882 AutoCOMPtr<IDebugClient> tmpClient(tmpClientPtr);
888 AutoCOMPtr<IDebugControl> tmpControl(tmpControlPtr);

Completed in 52 milliseconds