From 2180b2daa8f2207c37308a09e12d08ed3317205c Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Wed, 28 Jun 2017 14:05:57 +0530 Subject: Change occ control service name Currently, only thing that OCC controller does is create PassThrough objects. However, there is a need now to create OCC Status objects and hence some restructuring is needed to consume that. Since OCC control now is doing more than one thing, service name is changed to map to that. Change-Id: I466979a873d6f14385eb59d0e9d9f3a8b3f95a9b Signed-off-by: Vishwanatha Subbanna --- occ_pass_through.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'occ_pass_through.cpp') diff --git a/occ_pass_through.cpp b/occ_pass_through.cpp index 911dd85..fbb98c2 100644 --- a/occ_pass_through.cpp +++ b/occ_pass_through.cpp @@ -11,8 +11,6 @@ namespace open_power { namespace occ { -namespace pass_through -{ PassThrough::PassThrough( sdbusplus::bus::bus& bus, @@ -107,6 +105,5 @@ std::vector PassThrough::send(std::vector command) return response; } -} // namespace pass_through } // namespace occ } // namespace open_power -- cgit v1.2.1