Changeset 3690 for source/ariba/SpoVNetProperties.h
- Timestamp:
- May 26, 2009, 1:40:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/SpoVNetProperties.h
r3055 r3690 127 127 uint16_t getIdentifierLength() const; 128 128 129 void setIdentifierLength( uint16_t length ) { 130 this->idLength = length; 131 } 132 133 129 134 /** 130 135 * Returns the overlay type. … … 132 137 const OverlayType getBaseOverlayType() const; 133 138 139 void setBaseOverlayType( OverlayType type ) { 140 this->type = type; 141 } 142 143 134 144 /** 135 145 * Returns true, if the spovnet is hidden 136 146 */ 137 147 bool isHidden() const; 148 149 void setHidden( bool is_hidden ) { 150 this->hidden = is_hidden; 151 } 138 152 139 153 /**
Note:
See TracChangeset
for help on using the changeset viewer.