mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 03:42:53 +01:00
change return type of getOsTid() const; from long to IntPtr
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
76e9d2bf02
commit
c8abda6e4e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user