LAS-17: move internal names AS_Server_DB and AccountSettings_DB into namespace "account_settings".

IOS-2259
Roker 5 years ago
parent 9e3e4ebc52
commit fee8a42469

@ -9,6 +9,7 @@
#include <set>
#include <ostream>
// public names, must be accessible from C, so no namespace here:
struct AS_Server
{
std::string name;
@ -30,6 +31,7 @@ std::ostream& operator<<(std::ostream& o, const AS_Server& srv);
std::ostream& operator<<(std::ostream& o, const AccountSettings& as);
namespace account_settings {
// for static ISP DB:
struct AS_Server_DB
{
@ -47,4 +49,6 @@ struct AccountSettings_DB
AS_Server_DB outgoing;
};
} // end of namespace account_settings
#endif // ACCOUNT_SETTINGS_INTERNAL_HH

Loading…
Cancel
Save