mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:30:05 +00:00 
			
		
		
		
	Fixing concurrency issue when parsing level 2 data
This commit is contained in:
		
							parent
							
								
									078b9c407c
								
							
						
					
					
						commit
						be2f9fe674
					
				
					 3 changed files with 48 additions and 22 deletions
				
			
		|  | @ -34,7 +34,11 @@ private: | |||
|    Level2MessageFactory& operator=(Level2MessageFactory&&) noexcept = delete; | ||||
| 
 | ||||
| public: | ||||
|    static Level2MessageInfo Create(std::istream& is); | ||||
|    struct Context; | ||||
| 
 | ||||
|    static std::shared_ptr<Context> CreateContext(); | ||||
|    static Level2MessageInfo        Create(std::istream&            is, | ||||
|                                           std::shared_ptr<Context> ctx); | ||||
| }; | ||||
| 
 | ||||
| } // namespace rda
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat