Mercurial > hg > orthanc
diff OrthancServer/ServerEnumerations.h @ 559:e0cfb413c86b find-move-scp
find scp
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Sep 2013 16:22:21 +0200 |
parents | 1b2cdc855bd3 |
children | f64e3838d6e1 |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Wed Sep 18 15:27:07 2013 +0200 +++ b/OrthancServer/ServerEnumerations.h Wed Sep 18 16:22:21 2013 +0200 @@ -139,4 +139,6 @@ ResourceType GetParentResourceType(ResourceType type); ResourceType GetChildResourceType(ResourceType type); + + ResourceType StringToResourceType(const char* type); }