diff options
Diffstat (limited to 'gentoobrowse-api/service/main.cpp')
-rw-r--r-- | gentoobrowse-api/service/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gentoobrowse-api/service/main.cpp b/gentoobrowse-api/service/main.cpp index 21473af..1429a72 100644 --- a/gentoobrowse-api/service/main.cpp +++ b/gentoobrowse-api/service/main.cpp @@ -3,6 +3,8 @@ #include <icetrayService.h> #include "portageimpl.h" +namespace Gentoo { +namespace Service { class Api : public IceTray::Service { public: void addObjects(const std::string &, const Ice::CommunicatorPtr & ic, const Ice::StringSeq &, const Ice::ObjectAdapterPtr & adp) override @@ -13,4 +15,6 @@ class Api : public IceTray::Service { }; NAMEDFACTORY("default", Api, IceTray::ServiceFactory); +} +} |