change return type of getOsTid() const; from long to IntPtr

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-08-19 17:46:05 +02:00
parent 76e9d2bf02
commit c8abda6e4e

View File

@ -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);