comparison Applications/StoneApplicationContext.h @ 402:72355b637945

removed VolumeSlicerBase
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 10 Nov 2018 12:34:45 +0100
parents 8c8da145fefa
children aee3d7941c9b
comparison
equal deleted inserted replaced
401:f1c769b3a5c2 402:72355b637945
49 void SetWebService(IWebService& webService) 49 void SetWebService(IWebService& webService)
50 { 50 {
51 webService_ = &webService; 51 webService_ = &webService;
52 } 52 }
53 53
54 virtual ~StoneApplicationContext() {} 54 virtual ~StoneApplicationContext()
55 {
56 }
55 }; 57 };
56 } 58 }