X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FLockTraitsBoost.h;h=79b8af111225c852838893d70e8eccbd9f32c430;hb=8bfce3ed35f7597ce59278a845e9be6d75609a41;hp=0d86d2356eb4bafba1230b6a5cb46dfd4e2af291;hpb=84f24236e480f1ab287f07c8d862df8928b45115;p=folly.git diff --git a/folly/LockTraitsBoost.h b/folly/LockTraitsBoost.h index 0d86d235..79b8af11 100644 --- a/folly/LockTraitsBoost.h +++ b/folly/LockTraitsBoost.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ boost::chrono::duration> toBoostDuration( const std::chrono::duration>& d) { return boost::chrono::duration>(d.count()); } -} +} // namespace detail /** * LockTraits specialization for boost::shared_mutex @@ -96,6 +96,6 @@ struct LockTraits return mutex.try_lock_for(detail::toBoostDuration(timeout)); } }; -} // folly +} // namespace folly #endif // FOLLY_LOCK_TRAITS_HAVE_TIMED_MUTEXES