Fix comment typo
SharedDataFacade.h is for the shared memory case; old comment implied the opposite.
This commit is contained in:
		
							parent
							
								
									6bdd517c43
								
							
						
					
					
						commit
						482d79ef4b
					
				| @ -28,7 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||||||
| #ifndef SHARED_DATA_FACADE_H | #ifndef SHARED_DATA_FACADE_H | ||||||
| #define SHARED_DATA_FACADE_H | #define SHARED_DATA_FACADE_H | ||||||
| 
 | 
 | ||||||
| //implements all data storage when shared memory is _NOT_ used
 | //implements all data storage when shared memory _IS_ used
 | ||||||
| 
 | 
 | ||||||
| #include <boost/make_shared.hpp> | #include <boost/make_shared.hpp> | ||||||
| #include <boost/shared_ptr.hpp> | #include <boost/shared_ptr.hpp> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user