From b8851305bd9840c55a50ca386630f59166ae9578 Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 16 Apr 2014 20:46:05 -0400 Subject: updated service comments --- src/core/hle/service/srv.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/core/hle/service/srv.h') 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: -- cgit v1.2.3