Global cleanups and standardization of code style.

This commit is contained in:
Thulinma 2012-12-11 11:03:33 +01:00
parent 51a9b4162c
commit 38ef8704f8
33 changed files with 4322 additions and 2824 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include <string>
namespace Secure{
namespace Secure {
class Auth{
private:
void * pubkey; ///< Holds the public key.