ebusctl: interactive mode added.

This commit is contained in:
Roland Jax
2014-11-25 11:35:53 +01:00
parent 73eeef99f6
commit 68c15ce66e
7 changed files with 173 additions and 37 deletions
+1 -1
View File
@@ -195,7 +195,6 @@ public:
bool missingCommand() const { return (m_command.size() == 0 ? true : false); }
private:
/** private constructor - singleton pattern */
/**
* @brief private construtor.
* @param command is true if an command is needed.
@@ -213,6 +212,7 @@ private:
/**
* @brief private = operator.
* @param reference to an instance.
* @return reference to instance.
*/
Appl& operator=(const Appl&);