Skip to content

Commit 62a0281

Browse files
committed
CXX-175 move members around
1 parent 911a196 commit 62a0281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mongo/client/bulk_operation_builder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ namespace mongo {
100100
void execute(const WriteConcern* wc, std::vector<BSONObj>* results);
101101

102102
private:
103+
void enqueue(WriteOperation* const operation);
104+
103105
DBClientBase* const _client;
104106
const std::string _ns;
105107
const bool _ordered;
106108
bool _executed;
107109
std::vector<WriteOperation*> _write_operations;
108-
109-
void enqueue(WriteOperation* const operation);
110110
};
111111

112112
} // namespace mongo

0 commit comments

Comments
 (0)