mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-15 02:16:28 +00:00
Some style guide compliance changes and changed the prototype of the method to get custom client info in ClientInfo class.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@270 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -88,10 +88,12 @@ class ClientInfo {
|
||||
bool Initialize();
|
||||
bool GetClientExceptionInfo(EXCEPTION_POINTERS** ex_info) const;
|
||||
bool GetClientThreadId(DWORD* thread_id) const;
|
||||
|
||||
// Reads the custom information from the client process address space.
|
||||
bool PopulateCustomInfo();
|
||||
|
||||
// Returns the client custom information.
|
||||
int GetCustomInfo(CustomInfoEntry const** custom_info) const;
|
||||
const CustomClientInfo& GetCustomInfo() const;
|
||||
|
||||
private:
|
||||
// Crash generation server.
|
||||
|
||||
Reference in New Issue
Block a user