mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
Cleaning up code, add docs, add getMore sample ...
This commit is contained in:
@@ -47,7 +47,7 @@ namespace MongoDB
|
||||
GetMoreRequest::GetMoreRequest(const std::string& collectionName, Int64 cursorID)
|
||||
: RequestMessage(MessageHeader::GetMore),
|
||||
_fullCollectionName(collectionName),
|
||||
_numberToReturn(0),
|
||||
_numberToReturn(100),
|
||||
_cursorID(cursorID)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user