diff options
author | Bryan Duxbury <bryanduxbury@apache.org> | 2009-03-20 02:19:46 +0000 |
---|---|---|
committer | Bryan Duxbury <bryanduxbury@apache.org> | 2009-03-20 02:19:46 +0000 |
commit | 13083d6d52d2b5bd3d5a9368a04503c5b21eabab (patch) | |
tree | dfc912718c5f9dbacfd395d1e5f8dd59e9fd9de6 /contrib/fb303/cpp/ServiceTracker.cpp | |
parent | afa1b47e60c4ffba554f6187d84fd20cd514f51d (diff) | |
download | thrift-13083d6d52d2b5bd3d5a9368a04503c5b21eabab.tar.gz |
THRIFT-294. Remove @author tags
They're gone. Don't add any new ones!
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@756307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'contrib/fb303/cpp/ServiceTracker.cpp')
-rw-r--r-- | contrib/fb303/cpp/ServiceTracker.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/fb303/cpp/ServiceTracker.cpp b/contrib/fb303/cpp/ServiceTracker.cpp index bb3f21907..9153bef2c 100644 --- a/contrib/fb303/cpp/ServiceTracker.cpp +++ b/contrib/fb303/cpp/ServiceTracker.cpp @@ -60,7 +60,6 @@ ServiceTracker::ServiceTracker(facebook::fb303::FacebookBase *handler, * @param const ServiceMethod &serviceMethod A reference to the ServiceMethod * object instantiated at the start * of the service method. - * @author Karl Voskuil */ void ServiceTracker::startService(const ServiceMethod &serviceMethod) @@ -115,7 +114,6 @@ ServiceTracker::startService(const ServiceMethod &serviceMethod) * of the service method. * @return int64_t Elapsed units (see stopwatchUnit_) since ServiceMethod * instantiation. - * @author Karl Voskuil */ int64_t ServiceTracker::stepService(const ServiceMethod &serviceMethod, @@ -138,7 +136,6 @@ ServiceTracker::stepService(const ServiceMethod &serviceMethod, * @param const ServiceMethod &serviceMethod A reference to the ServiceMethod * object instantiated at the start * of the service method. - * @author Karl Voskuil */ void ServiceTracker::finishService(const ServiceMethod &serviceMethod) @@ -225,7 +222,6 @@ ServiceTracker::finishService(const ServiceMethod &serviceMethod) * uses of the object variables (and calls to this method) with a * mutex. * - * @author Karl Voskuil */ void ServiceTracker::reportCheckpoint() @@ -287,7 +283,6 @@ ServiceTracker::reportCheckpoint() * activity. * * @param shared_ptr<ThreadManager> threadManager The server's thread manager. - * @author Karl Voskuil */ void ServiceTracker::setThreadManager(boost::shared_ptr<ThreadManager> @@ -345,7 +340,6 @@ ServiceTracker::defaultLogMethod(int level, const string &message) * Creates a Stopwatch, which can report the time elapsed since its * creation. * - * @author Karl Voskuil */ Stopwatch::Stopwatch() { @@ -417,7 +411,6 @@ Stopwatch::elapsedUnits(Stopwatch::Unit unit, string *label) const * of service method parameters). * @param const string &signature A signature uniquely identifying the method * invocation (usually name plus parameters). - * @author Karl Voskuil */ ServiceMethod::ServiceMethod(ServiceTracker *tracker, const string &name, |