comparison Plugin/Token.cpp @ 32:79d871605ffd

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:38:31 +0200
parents c304ffca5d80
children 914b8113fd46
comparison
equal deleted inserted replaced
31:c304ffca5d80 32:79d871605ffd
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 **/ 17 **/
18 18
19 #include "Token.h" 19 #include "Token.h"
20 20
21 #include <Core/OrthancException.h> 21 #include <OrthancException.h>
22 22
23 namespace OrthancPlugins 23 namespace OrthancPlugins
24 { 24 {
25 Token::Token(TokenType type, 25 Token::Token(TokenType type,
26 const std::string& key) : 26 const std::string& key) :