summaryrefslogtreecommitdiffstats
path: root/user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'user.hpp')
-rw-r--r--user.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/user.hpp b/user.hpp
index 44dd3a3..c05cacc 100644
--- a/user.hpp
+++ b/user.hpp
@@ -55,6 +55,7 @@ class User : public Interface
*/
void setPassword(std::string newPassword) override;
+
private:
/** @brief sdbusplus handler */
sdbusplus::bus::bus& bus;
@@ -128,6 +129,9 @@ class User : public Interface
*/
void raiseException(int errNo,
const std::string& errMsg);
+
+ /** @brief For enabling test cases */
+ friend class UserTest;
};
} // namespace user
OpenPOWER on IntegriCloud