Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2011, 8:15:38 AM (13 years ago)
Author:
dafrick
Message:

Adherence to styleguide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/docking/DockingTarget.cc

    r8645 r8700  
    4949    }
    5050
    51 
    5251    void DockingTarget::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    5352    {
    5453        SUPER(DockingTarget, XMLPort, xmlelement, mode);
    55         XMLPortParam(DockingTarget, "name", setName, getName, xmlelement, mode);
    5654
    5755        COUT(4) << "DockingTarget with name '" << this->getName() << "' created.." << std::endl;
    5856    }
    5957
    60 
    61     void DockingTarget::setName(const std::string& str) {
    62         this->name_ = str;
    63     }
    64 
    65     const std::string& DockingTarget::getName() const {
    66         return this->name_;
    67     }
    6858}
    6959
Note: See TracChangeset for help on using the changeset viewer.