commit | fbb14ef1b33db23cb0862975af58bbba957d2378 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Tue Dec 02 02:32:25 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Tue Dec 02 02:32:25 2008 +0000 |
tree | ccd152e2b70aa5c54e648eba6b30355f88d15b63 | |
parent | 428d5695ab6dd8a598b1be5bb29cfb7c90aa9414 [diff] |
THRIFT-214. cpp: Qualify a cast to fix OSX compilation id_t is defined in some OSX header, and the id_t in this function resolved to that one instead of Thread::id_t. This change fully qualifies the type to make sure it resolves properly. Also remove a comment about eliminating the C-style cast, since it is actually quite appropriate in this case. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@722337 13f79535-47bb-0310-9956-ffa450edef68