aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/srv.h
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-16 20:46:05 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-16 20:46:05 -0400
commitb8851305bd9840c55a50ca386630f59166ae9578 (patch)
tree2775257c33901fa3773f8f6604ee59bfe7d6768a /src/core/hle/service/srv.h
parentde3dcd38f6572da88a67e625e6aa98c2a2f786d7 (diff)
updated service comments
Diffstat (limited to 'src/core/hle/service/srv.h')
-rw-r--r--src/core/hle/service/srv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/hle/service/srv.h b/src/core/hle/service/srv.h
index a1d26a34..d9ac8fc8 100644
--- a/src/core/hle/service/srv.h
+++ b/src/core/hle/service/srv.h
@@ -4,11 +4,12 @@
#include "core/hle/service/service.h"
-namespace SRV {
-
////////////////////////////////////////////////////////////////////////////////////////////////////
-// Interface to "SRV" service
+// Namespace SRV
+
+namespace SRV {
+/// Interface to "srv:" service
class Interface : public Service::Interface {
public: