sdbusplus: use shorter type aliases

The sdbusplus headers provide shortened aliases for many types.
Switch to using them to provide better code clarity and shorter
lines.  Possible replacements are for:
  * bus_t
  * exception_t
  * manager_t
  * match_t
  * message_t
  * object_t
  * slot_t

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9541d521bf67882215a4a66dce020e38ac2df065
diff --git a/occ_command.hpp b/occ_command.hpp
index d632656..79beca0 100644
--- a/occ_command.hpp
+++ b/occ_command.hpp
@@ -166,7 +166,7 @@
      *
      *  @param[in]  msg - Data associated with subscribed signal
      */
-    void activeStatusEvent(sdbusplus::message::message& msg);
+    void activeStatusEvent(sdbusplus::message_t& msg);
 };
 
 } // namespace occ