comparison Plugins/Samples/StorageArea/Plugin.cpp @ 1425:97268448bdfc

refactoring of samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Jun 2015 16:23:27 +0200
parents 3d76e26b3865
children da7854deb662
comparison
equal deleted inserted replaced
1424:fe384a9d3b51 1425:97268448bdfc
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 **/ 18 **/
19 19
20 20
21 #include <OrthancCPlugin.h> 21 #include <orthanc/OrthancCPlugin.h>
22 22
23 #include <string.h> 23 #include <string.h>
24 #include <stdio.h> 24 #include <stdio.h>
25 #include <string> 25 #include <string>
26 26