mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add LeakChecked qualifiers to key classes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
/** Holds the cryptographic credentials identifying this instance of the server.
|
||||
*/
|
||||
class LocalCredentials // derive from Uncopyable
|
||||
class LocalCredentials : Uncopyable
|
||||
{
|
||||
public:
|
||||
LocalCredentials ();
|
||||
|
||||
Reference in New Issue
Block a user