OnixS C++ CME MDP Conflated TCP Handler  1.3.1
API Documentation
Version.h
Go to the documentation of this file.
1 /**
2  * \file
3  *
4  * \todo Generate this file using CMake!
5  */
6 /*
7  * Copyright Onix Solutions Limited [OnixS]. All rights reserved.
8  *
9  * This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law
10  * and international copyright treaties.
11  *
12  * Access to and use of the software is governed by the terms of the applicable OnixS Software
13  * Services Agreement (the Agreement) and Customer end user license agreements granting
14  * a non-assignable, non-transferable and non-exclusive license to use the software
15  * for it's own data processing purposes under the terms defined in the Agreement.
16  *
17  * Except as otherwise granted within the terms of the Agreement, copying or reproduction of any part
18  * of this source code or associated reference material to any other location for further reproduction
19  * or redistribution, and any amendments to this copyright notice, are expressly prohibited.
20  *
21  * Any reproduction or redistribution for sale or hiring of the Software not in accordance with
22  * the terms of the Agreement is a violation of copyright law.
23  */
24 
25 #pragma once
26 #include <string>
27 
29 
30 namespace OnixS {
31 namespace CME {
32 namespace ConflatedTCP {
33 
34 const std::string CONFLATEDTCP_HANDLER_VERSION("1.3.1");
35 
36 }
37 }
38 }
Definition: Defines.h:40
const std::string CONFLATEDTCP_HANDLER_VERSION("1.3.1")