1 | /* |
---|---|
2 | * IXUserAgent.h |
3 | * Author: Benjamin Sergeant |
4 | * Copyright (c) 2019 Machine Zone, Inc. All rights reserved. |
5 | */ |
6 | |
7 | #pragma once |
8 | |
9 | #include <string> |
10 | |
11 | namespace ix |
12 | { |
13 | std::string userAgent(); |
14 | } // namespace ix |
15 |
1 | /* |
---|---|
2 | * IXUserAgent.h |
3 | * Author: Benjamin Sergeant |
4 | * Copyright (c) 2019 Machine Zone, Inc. All rights reserved. |
5 | */ |
6 | |
7 | #pragma once |
8 | |
9 | #include <string> |
10 | |
11 | namespace ix |
12 | { |
13 | std::string userAgent(); |
14 | } // namespace ix |
15 |