fw4spl
VersionDescriptor.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include "fwAtomsPatch/VersionDescriptor.hpp"
8 
9 namespace fwAtomsPatch
10 {
11 
13  : m_context(""), m_versionName("")
14 {
15 }
16 
17 // ----------------------------------------------------------------------------
18 
20  const std::string& context, const std::string& versionName, const VersionsType& versions)
21  : m_context(context), m_versionName(versionName), m_versions(versions)
22 {
23 }
24 
25 // ----------------------------------------------------------------------------
26 
28 {
29 }
30 
31 } //namespace fwAtomsPatch
Contains base functionalities used to transform objects from a version to another.
Definition: Abstract.hpp:16
std::map< std::string, std::string > VersionsType
VersionIDs used to link type and version.