comparison OrthancServer/ServerContext.h @ 1003:1d35281d967c lua-scripting

DicomInstanceToStore
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Jul 2014 16:51:33 +0200
parents b067017a8a5b
children a226e0959d8b
comparison
equal deleted inserted replaced
1002:b067017a8a5b 1003:1d35281d967c
125 { 125 {
126 return that_.lua_; 126 return that_.lua_;
127 } 127 }
128 }; 128 };
129 129
130
130 ServerContext(const boost::filesystem::path& storagePath, 131 ServerContext(const boost::filesystem::path& storagePath,
131 const boost::filesystem::path& indexPath); 132 const boost::filesystem::path& indexPath);
132 133
133 ServerIndex& GetIndex() 134 ServerIndex& GetIndex()
134 { 135 {