summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_shard_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/catalog/type_shard_collection.h')
-rw-r--r--src/mongo/s/catalog/type_shard_collection.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/mongo/s/catalog/type_shard_collection.h b/src/mongo/s/catalog/type_shard_collection.h
index 95ec62e7775..af96e3d7785 100644
--- a/src/mongo/s/catalog/type_shard_collection.h
+++ b/src/mongo/s/catalog/type_shard_collection.h
@@ -47,24 +47,24 @@ public:
using ShardCollectionTypeBase::kUuidFieldName;
// Make getters and setters accessible.
+ using ShardCollectionTypeBase::getDefaultCollation;
+ using ShardCollectionTypeBase::getEnterCriticalSectionCounter;
+ using ShardCollectionTypeBase::getEpoch;
+ using ShardCollectionTypeBase::getKeyPattern;
+ using ShardCollectionTypeBase::getLastRefreshedCollectionVersion;
using ShardCollectionTypeBase::getNss;
- using ShardCollectionTypeBase::setNss;
+ using ShardCollectionTypeBase::getRefreshing;
+ using ShardCollectionTypeBase::getUnique;
using ShardCollectionTypeBase::getUuid;
- using ShardCollectionTypeBase::setUuid;
- using ShardCollectionTypeBase::getEpoch;
+ using ShardCollectionTypeBase::setDefaultCollation;
+ using ShardCollectionTypeBase::setEnterCriticalSectionCounter;
using ShardCollectionTypeBase::setEpoch;
- using ShardCollectionTypeBase::getKeyPattern;
using ShardCollectionTypeBase::setKeyPattern;
- using ShardCollectionTypeBase::getDefaultCollation;
- using ShardCollectionTypeBase::setDefaultCollation;
- using ShardCollectionTypeBase::getUnique;
- using ShardCollectionTypeBase::setUnique;
- using ShardCollectionTypeBase::getRefreshing;
- using ShardCollectionTypeBase::setRefreshing;
- using ShardCollectionTypeBase::getLastRefreshedCollectionVersion;
using ShardCollectionTypeBase::setLastRefreshedCollectionVersion;
- using ShardCollectionTypeBase::getEnterCriticalSectionCounter;
- using ShardCollectionTypeBase::setEnterCriticalSectionCounter;
+ using ShardCollectionTypeBase::setNss;
+ using ShardCollectionTypeBase::setRefreshing;
+ using ShardCollectionTypeBase::setUnique;
+ using ShardCollectionTypeBase::setUuid;
ShardCollectionType() : ShardCollectionTypeBase() {}