Get the long longs out of the Thrift codebase
authorMark Slee <mcslee@apache.org>
Wed, 23 May 2007 05:16:07 +0000 (05:16 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 23 May 2007 05:16:07 +0000 (05:16 +0000)
commit9b82d275c627b1f4f64b5d3c82d54422fe6b5d5a
tree7daf5768bc2619697e08b8e681cd72b52af409c6
parent2782d6d205344fc6b02f30c674812bd91bcff2a1
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: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665123 13f79535-47bb-0310-9956-ffa450edef68
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