app: remove IPMI_CMD_WILDCARD
cmdWildcard is already declared in api-types.hpp, this commit remove
IPMI_CMD_WILDCARD in app.hpp.
Change-Id: Ic1d944f012022e702a1e5a0aef7a039249684fa2
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
diff --git a/include/ipmid/oemrouter.hpp b/include/ipmid/oemrouter.hpp
index 2e4ea23..4759950 100644
--- a/include/ipmid/oemrouter.hpp
+++ b/include/ipmid/oemrouter.hpp
@@ -36,7 +36,7 @@
virtual void activate() = 0;
/// Register a handler for given OEMNumber & cmd.
- /// Use IPMI_CMD_WILDCARD to catch any unregistered cmd
+ /// Use cmdWildcard to catch any unregistered cmd
/// for the given OEMNumber.
///
/// @param[in] oen - the OEM Number.