mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
change return type of getOsTid() const; from long to IntPtr
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -128,7 +128,7 @@ public:
|
||||
long getTid() const;
|
||||
/// Returns the numeric thread identifier for the message.
|
||||
|
||||
long getOsTid() const;
|
||||
IntPtr getOsTid() const;
|
||||
/// Returns the numeric OS thread identifier for the message.
|
||||
|
||||
void setPid(long pid);
|
||||
|
||||
Reference in New Issue
Block a user