summaryrefslogtreecommitdiffstats
path: root/src/Common/Request/Request.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-05 05:06:25 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-05 05:06:25 +0200
commitb961ec7011bb50785dbbc271592b84f3ebae6432 (patch)
treea3623e83d5e65aa771cb9385d918589955a4886a /src/Common/Request/Request.h
parenta3a41c71c50f95f95965165eff28d24a1be24453 (diff)
downloadmad-b961ec7011bb50785dbbc271592b84f3ebae6432.tar
mad-b961ec7011bb50785dbbc271592b84f3ebae6432.zip
CertificateRequest angefangen (GSSAPI-Authentifikation)
Diffstat (limited to 'src/Common/Request/Request.h')
-rw-r--r--src/Common/Request/Request.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Common/Request/Request.h b/src/Common/Request/Request.h
index e0fcf11..e156b1b 100644
--- a/src/Common/Request/Request.h
+++ b/src/Common/Request/Request.h
@@ -23,9 +23,7 @@
#include "../RequestHandler.h"
namespace Mad {
-
namespace Common {
-
namespace Request {
class Request : public RequestHandler {
@@ -44,9 +42,7 @@ class Request : public RequestHandler {
};
}
-
}
-
}
#endif /* MAD_COMMON_REQUEST_REQUEST_H_ */