Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #43 from dawagner/fix-systemclass-toxml
Browse files Browse the repository at this point in the history
Fix SystemClass::toXml and remove useless overriden methods
  • Loading branch information
dawagner committed Feb 18, 2015
2 parents 17bacca + e26ac14 commit fe2f8a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions parameter/SystemClass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,3 @@ void CSystemClass::cleanSubsystemsNeedToResync()
pSubsystem->needResync(true);
}
}

bool CSystemClass::init(string& strError)
{
return base::init(strError);
}
1 change: 0 additions & 1 deletion parameter/SystemClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class CSystemClass : public CConfigurableElement
void cleanSubsystemsNeedToResync();

// base
virtual bool init(std::string& strError);
virtual std::string getKind() const;

private:
Expand Down

0 comments on commit fe2f8a6

Please sign in to comment.