Searched refs:origObj (Results 1 – 3 of 3) sorted by relevance
39 Group::Group(const Group& origObj) : ConfigBase(origObj) in Group() argument42 _members = origObj._members; in Group()43 _service = origObj._service; in Group()44 _interface = origObj.getInterface(); in Group()45 _property = origObj.getProperty(); in Group()46 _type = origObj.getType(); in Group()47 _value = origObj.getValue(); in Group()
76 ConfigBase(const ConfigBase& origObj) in ConfigBase() argument78 _name = origObj._name; in ConfigBase()79 _profiles = origObj._profiles; in ConfigBase()
69 Group(const Group& origObj);