mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:10:04 +00:00 
			
		
		
		
	Default ValidateMessage implementation
This commit is contained in:
		
							parent
							
								
									0303412519
								
							
						
					
					
						commit
						cb86ab4b9b
					
				
					 6 changed files with 59 additions and 48 deletions
				
			
		|  | @ -7,12 +7,6 @@ | |||
| 
 | ||||
| #include <boost/log/trivial.hpp> | ||||
| 
 | ||||
| #ifdef WIN32 | ||||
| #   include <WinSock2.h> | ||||
| #else | ||||
| #   include <arpa/inet.h> | ||||
| #endif | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace wsr88d | ||||
|  | @ -209,6 +203,11 @@ bool ProductDescriptionBlock::IsCompressionEnabled() const | |||
|    return isCompressed; | ||||
| } | ||||
| 
 | ||||
| size_t ProductDescriptionBlock::data_size() const | ||||
| { | ||||
|    return SIZE; | ||||
| } | ||||
| 
 | ||||
| bool ProductDescriptionBlock::Parse(std::istream& is) | ||||
| { | ||||
|    bool blockValid = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat