Split occ_manager.hpp into header and source files

occ_manager.hpp is growing and hence this commit splits
into header and source files

Change-Id: I3203520c50910d39055fea98b770de55796bb074
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 0a2d05a..a2b263e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,7 @@
 
 libocc_control_la_SOURCES = \
 	occ_pass_through.cpp \
+	occ_manager.cpp \
 	occ_status.cpp \
 	occ_device.cpp \
 	occ_errors.cpp \