Make some member functions const
This commit is contained in:
@@ -305,12 +305,12 @@ public:
|
||||
/**
|
||||
Returns the exist status.
|
||||
*/
|
||||
int GetExitCode();
|
||||
int GetExitCode() const;
|
||||
|
||||
/**
|
||||
Returns the process id.
|
||||
*/
|
||||
int GetPid();
|
||||
int GetPid() const;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user