user agent

This commit is contained in:
Benjamin Sergeant
2019-08-30 12:48:18 -07:00
parent 7a73ec7c06
commit a95fcbbdbf
7 changed files with 123 additions and 2 deletions

14
ixwebsocket/IXUserAgent.h Normal file
View File

@ -0,0 +1,14 @@
/*
* IXUserAgent.h
* Author: Benjamin Sergeant
* Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
*/
#pragma once
#include <string>
namespace ix
{
std::string userAgent();
} // namespace ix