OnixS C++ CME MDP Conflated TCP Handler
1.3.6
API Documentation
Loading...
Searching...
No Matches
Version.h
Go to the documentation of this file.
1
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
28
#include <
OnixS/CME/ConflatedTCP/ABI.h
>
29
30
namespace
OnixS
{
31
namespace
CME
{
32
namespace
ConflatedTCP
{
33
34
const
std::string
CONFLATEDTCP_HANDLER_VERSION
(
"1.3.6"
);
35
36
}
37
}
38
}
ABI.h
OnixS::CME::ConflatedTCP
Definition
Defines.h:42
OnixS::CME::ConflatedTCP::CONFLATEDTCP_HANDLER_VERSION
const std::string CONFLATEDTCP_HANDLER_VERSION("1.3.6")
OnixS::CME
Definition
Defines.h:41
OnixS
Definition
Defines.h:40
OnixS
CME
ConflatedTCP
Version.h
Technical Support:
support@onixs.biz
Copyright © 2025 OnixS. All Rights Reserved.