comparison UnitTestsSources/TestCommands.cpp @ 1017:069519ae389b

looks as if msvc2008 dislikes empty source files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Sep 2019 09:16:21 +0200
parents b70e9be013e4
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
1016:78a516d5ead5 1017:069519ae389b
1 ///** 1 /**
2 // * Stone of Orthanc 2 * Stone of Orthanc
3 // * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
4 // * Department, University Hospital of Liege, Belgium 4 * Department, University Hospital of Liege, Belgium
5 // * Copyright (C) 2017-2019 Osimis S.A., Belgium 5 * Copyright (C) 2017-2019 Osimis S.A., Belgium
6 // * 6 *
7 // * This program is free software: you can redistribute it and/or 7 * This program is free software: you can redistribute it and/or
8 // * modify it under the terms of the GNU Affero General Public License 8 * modify it under the terms of the GNU Affero General Public License
9 // * as published by the Free Software Foundation, either version 3 of 9 * as published by the Free Software Foundation, either version 3 of
10 // * the License, or (at your option) any later version. 10 * the License, or (at your option) any later version.
11 // * 11 *
12 // * This program is distributed in the hope that it will be useful, but 12 * This program is distributed in the hope that it will be useful, but
13 // * WITHOUT ANY WARRANTY; without even the implied warranty of 13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 // * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 // * Affero General Public License for more details. 15 * Affero General Public License for more details.
16 // * 16 *
17 // * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 // * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 // **/ 19 **/
20 20
21 21
22 //#include "gtest/gtest.h" 22 #include "gtest/gtest.h"
23 23
24 //#include "../Applications/Commands/BaseCommandFactory.h" 24 //#include "../Applications/Commands/BaseCommandFactory.h"
25 //#include "Core/OrthancException.h" 25 //#include "Core/OrthancException.h"
26 26
27 //class CommandIncrement: public OrthancStone::BaseCommand<CommandIncrement> 27 //class CommandIncrement: public OrthancStone::BaseCommand<CommandIncrement>