mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-30 21:50:47 +01:00 
			
		
		
		
	only style changes
This commit is contained in:
		| @@ -35,13 +35,13 @@ | ||||
| // DEALINGS IN THE SOFTWARE. | ||||
| // | ||||
|  | ||||
|  | ||||
| #include "Poco/MongoDB/GetMoreRequest.h" | ||||
| #include "Poco/MongoDB/Element.h" | ||||
|  | ||||
| namespace Poco | ||||
| { | ||||
| namespace MongoDB | ||||
| { | ||||
|  | ||||
| namespace Poco { | ||||
| namespace MongoDB { | ||||
|  | ||||
|  | ||||
| GetMoreRequest::GetMoreRequest(const std::string& collectionName, Int64 cursorID)  | ||||
| @@ -52,10 +52,12 @@ GetMoreRequest::GetMoreRequest(const std::string& collectionName, Int64 cursorID | ||||
| { | ||||
| } | ||||
|  | ||||
|  | ||||
| GetMoreRequest::~GetMoreRequest() | ||||
| { | ||||
| } | ||||
|  | ||||
|  | ||||
| void GetMoreRequest::buildRequest(BinaryWriter& writer) | ||||
| { | ||||
| 	writer << 0; // 0 - reserved for future use | ||||
| @@ -65,4 +67,4 @@ void GetMoreRequest::buildRequest(BinaryWriter& writer) | ||||
| } | ||||
|  | ||||
|  | ||||
| }} // Namespace MongoDB | ||||
| } } // namespace Poco::MongoDB | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 aleks-f
					aleks-f