All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
UserAgentFactory.h
1 #pragma once
2 
3 #include <string>
4 #include "AppInfo.h"
5 
6 namespace Eegeo
7 {
8  namespace Web
9  {
10  std::string CreateUserAgent(const AppInfo& info);
11  }
12 }