new value objects for aviation, network, and settings

refs #81
This commit is contained in:
Klaus Basan
2013-12-13 20:46:59 +00:00
committed by Mathew Sutcliffe
parent fe1a570c39
commit 4747b3b484
40 changed files with 5401 additions and 3 deletions

View File

@@ -73,6 +73,22 @@ namespace BlackMisc
} // Geo
namespace Network
{
/*!
* \brief Register metadata for network (server, user)
*/
void registerMetadata();
}
namespace Settings
{
/*!
* \brief Register metadata for settings
*/
void registerMetadata();
}
/*!
* \brief Register all relevant metadata in BlackMisc
*/