Index: util/win/exception_handler_server.h |
diff --git a/util/win/exception_handler_server.h b/util/win/exception_handler_server.h |
index fd943acddbbe769251e510ab1854ff2d7f012e14..25d72cdd19f574d10eb3d23e7f3cd75cc94813ce 100644 |
--- a/util/win/exception_handler_server.h |
+++ b/util/win/exception_handler_server.h |
@@ -49,9 +49,7 @@ class ExceptionHandlerServer { |
//! lifetime of this handle is not passed to the delegate. |
//! \param[in] exception_information_address The address in the client's |
//! address space of an ExceptionInformation structure. |
- //! \return The exit code that should be used when terminating the client |
- //! process. |
- virtual unsigned int ExceptionHandlerServerException( |
+ virtual void ExceptionHandlerServerException( |
HANDLE process, |
WinVMAddress exception_information_address) = 0; |
}; |