odil
uid.h
1 /*************************************************************************
2  * odil - Copyright (C) Universite de Strasbourg
3  * Distributed under the terms of the CeCILL-B license, as published by
4  * the CEA-CNRS-INRIA. Refer to the LICENSE file or to
5  * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
6  * for details.
7  ************************************************************************/
8 
9 #ifndef _d8ae0008_075b_4a28_a241_1c6fb1a6c79b
10 #define _d8ae0008_075b_4a28_a241_1c6fb1a6c79b
11 
12 #include <string>
13 
14 namespace odil
15 {
16 
18 std::string const uid_prefix="1.2.826.0.1.3680043.9.5560";
19 
21 extern std::string const implementation_class_uid;
22 
24 extern std::string const implementation_version_name;
25 
27 std::string generate_uid();
28 
29 }
30 
31 #endif // _d8ae0008_075b_4a28_a241_1c6fb1a6c79b
Definition: Association.cpp:39