Merge pull request #3624 from sfc-gh-tclinkenbeard/rename-threadsafetransaction
Rename ThreadSafeTransaction.cpp
This commit is contained in:
commit
850a21dea3
|
@ -67,7 +67,7 @@ set(FDBCLIENT_SRCS
|
||||||
TagThrottle.h
|
TagThrottle.h
|
||||||
TaskBucket.actor.cpp
|
TaskBucket.actor.cpp
|
||||||
TaskBucket.h
|
TaskBucket.h
|
||||||
ThreadSafeTransaction.actor.cpp
|
ThreadSafeTransaction.cpp
|
||||||
ThreadSafeTransaction.h
|
ThreadSafeTransaction.h
|
||||||
Tuple.cpp
|
Tuple.cpp
|
||||||
Tuple.h
|
Tuple.h
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* ThreadSafeTransaction.actor.cpp
|
* ThreadSafeTransaction.cpp
|
||||||
*
|
*
|
||||||
* This source file is part of the FoundationDB open source project
|
* This source file is part of the FoundationDB open source project
|
||||||
*
|
*
|
Loading…
Reference in New Issue