r433@peterm-macbook (orig r44269): mcslee | 2007-05-22 22:16:07 -0700
commit0ab74d53f518ed480cc6d61e09f3dcc4c4ea6c50
author(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Sun, 8 Jul 2007 07:13:19 +0000 (8 07:13 +0000)
committer(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Sun, 8 Jul 2007 07:13:19 +0000 (8 07:13 +0000)
tree5a7c26e08441f57135c4b7bdeaecbe19aa17f8eb
parent63c9896056dc60ec2c9e1b699e12cd021de56cbe
 r433@peterm-macbook (orig r44269):  mcslee | 2007-05-22 22:16:07 -0700
 Get the long longs out of the Thrift codebase

 Summary: Replace with int64_t and don't worry about what architecture machine you're on, the typedefed int64_t will do the right thing.

 Reviewed By: aditya, marc

git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@438 41a61cd8-c433-0410-bb1c-e256eeef9e11
17 files changed:
lib/cpp/src/concurrency/Monitor.cpp
lib/cpp/src/concurrency/Monitor.h
lib/cpp/src/concurrency/Thread.h
lib/cpp/src/concurrency/ThreadManager.cpp
lib/cpp/src/concurrency/ThreadManager.h
lib/cpp/src/concurrency/TimerManager.cpp
lib/cpp/src/concurrency/TimerManager.h
lib/cpp/src/concurrency/Util.h
lib/cpp/src/concurrency/test/Tests.cpp
lib/cpp/src/concurrency/test/ThreadFactoryTests.h
lib/cpp/src/concurrency/test/ThreadManagerTests.h
lib/cpp/src/concurrency/test/TimerManagerTests.h
lib/cpp/src/processor/StatsProcessor.h
lib/cpp/src/server/TThreadPoolServer.cpp
lib/cpp/src/server/TThreadPoolServer.h
lib/cpp/src/transport/TFileTransport.cpp
lib/cpp/src/transport/TFileTransport.h