C++ Thrift coding style changes
authorMark Slee <mcslee@apache.org>
Tue, 10 Oct 2006 01:37:40 +0000 (01:37 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 10 Oct 2006 01:37:40 +0000 (01:37 +0000)
commit2f6404d9ae0e5e2b813a2cedcf96edc5c643784f
tree507665d1e291c9843edcea8e09a500cccda57209
parent96a6bbec1a69292baec6e47c05225eff095b9b0d
C++ Thrift coding style changes

Summary: Make underscore for class members consistent

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664818 13f79535-47bb-0310-9956-ffa450edef68
19 files changed:
lib/cpp/Makefile.am
lib/cpp/src/Thrift.h
lib/cpp/src/concurrency/Monitor.cc
lib/cpp/src/concurrency/Monitor.h
lib/cpp/src/concurrency/Mutex.cc
lib/cpp/src/concurrency/Mutex.h
lib/cpp/src/concurrency/PosixThreadFactory.cc
lib/cpp/src/concurrency/PosixThreadFactory.h
lib/cpp/src/concurrency/Thread.h
lib/cpp/src/concurrency/ThreadManager.cc
lib/cpp/src/concurrency/TimerManager.cc
lib/cpp/src/concurrency/TimerManager.h
lib/cpp/src/server/TNonblockingServer.cc [new file with mode: 0644]
lib/cpp/src/server/TNonblockingServer.h [new file with mode: 0644]
lib/cpp/src/server/TServer.h
lib/cpp/src/server/TThreadPoolServer.cc
lib/cpp/src/transport/TMemoryBuffer.cc [new file with mode: 0644]
lib/cpp/src/transport/TMemoryBuffer.h [new file with mode: 0644]
lib/cpp/src/transport/TTransport.h