rename GUID -> ServerGUID

avoid ambigious name on windows/mingw
This commit is contained in:
Michael Davidsaver
2017-07-04 17:57:20 +02:00
parent 3ea8d7c71c
commit 05b6da623a
14 changed files with 28 additions and 25 deletions

View File

@@ -65,7 +65,7 @@ ServerContextImpl::~ServerContextImpl()
}
}
const GUID& ServerContextImpl::getGUID()
const ServerGUID& ServerContextImpl::getGUID()
{
return _guid;
}