Ignore:
Timestamp:
May 26, 2009, 1:40:23 AM (15 years ago)
Author:
mies
Message:

Merged 20090512-mies-connectors changes r3472:r3689 into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/SpoVNetProperties.h

    r3055 r3690  
    127127        uint16_t getIdentifierLength() const;
    128128
     129        void setIdentifierLength( uint16_t length ) {
     130                this->idLength = length;
     131        }
     132
     133
    129134        /**
    130135         * Returns the overlay type.
     
    132137        const OverlayType getBaseOverlayType() const;
    133138
     139        void setBaseOverlayType( OverlayType type ) {
     140                this->type = type;
     141        }
     142
     143
    134144        /**
    135145         * Returns true, if the spovnet is hidden
    136146         */
    137147        bool isHidden() const;
     148
     149        void setHidden( bool is_hidden ) {
     150                this->hidden = is_hidden;
     151        }
    138152
    139153        /**
Note: See TracChangeset for help on using the changeset viewer.