summaryrefslogtreecommitdiffstats
path: root/file.hpp
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-28 14:05:57 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-07-04 12:26:23 +0530
commit2180b2daa8f2207c37308a09e12d08ed3317205c (patch)
tree5d09abf8caac0fa42a15af59727a1a11d473edb0 /file.hpp
parentfd358d18b8b7f73204cc482f3b29f49a50fda214 (diff)
downloadopenpower-occ-control-2180b2daa8f2207c37308a09e12d08ed3317205c.tar.gz
openpower-occ-control-2180b2daa8f2207c37308a09e12d08ed3317205c.zip
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 <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'file.hpp')
-rw-r--r--file.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/file.hpp b/file.hpp
index 4d0a83c..bc5450f 100644
--- a/file.hpp
+++ b/file.hpp
@@ -5,8 +5,6 @@ namespace open_power
{
namespace occ
{
-namespace pass_through
-{
/** @class FileDescriptor
* @brief Responsible for handling file descriptor
*/
@@ -46,6 +44,5 @@ class FileDescriptor
}
};
-} // namespace pass_through
} // namespace occ
} // namespace open-power
OpenPOWER on IntegriCloud