summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/news/news_u.h
diff options
context:
space:
mode:
authorpurpasmart96 <kanzoconfigz@hotmail.com>2015-06-12 00:12:16 +0200
committerpurpasmart96 <kanzoconfigz@hotmail.com>2015-06-12 05:41:59 +0200
commit7933dbe6a0eee766a64b26f7d4461a40e473fcdc (patch)
tree91ae37d96b1e508f63055f285c64225811237b8a /src/core/hle/service/news/news_u.h
parentMerge pull request #848 from lioncash/ldm (diff)
downloadyuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.gz
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.bz2
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.lz
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.xz
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.zst
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/news/news_u.h (renamed from src/core/hle/service/news_u.h)13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/core/hle/service/news_u.h b/src/core/hle/service/news/news_u.h
index 0473cd19c..2720053d0 100644
--- a/src/core/hle/service/news_u.h
+++ b/src/core/hle/service/news/news_u.h
@@ -6,18 +6,17 @@
#include "core/hle/service/service.h"
-////////////////////////////////////////////////////////////////////////////////////////////////////
-// Namespace NEWS_U
+namespace Service {
+namespace NEWS {
-namespace NEWS_U {
-
-class Interface : public Service::Interface {
+class NEWS_U_Interface : public Service::Interface {
public:
- Interface();
+ NEWS_U_Interface();
std::string GetPortName() const override {
return "news:u";
}
};
-} // namespace
+} // namespace NEWS
+} // namespace Service