Changeset 7468 for source/ariba/Node.cpp
- Timestamp:
- Jan 25, 2010, 10:50:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.cpp
r6919 r7468 164 164 // now that we have a listener, we can ask if sniffing is ok 165 165 if( ariba_mod.sideport_sniffer != NULL ){ 166 // bool allow = listener->onEnableSideportListener();167 166 base_overlay->registerSidePort(ariba_mod.sideport_sniffer); 168 167 } … … 186 185 187 186 // @see Module.h 188 void Node::initialize() {189 190 }191 192 // @see Module.h193 void Node::start() {194 195 }196 197 // @see Module.h198 void Node::stop() {199 200 }201 202 // @see Module.h203 187 string Node::getName() const { 204 188 return name.toString(); 205 189 } 206 190 207 // @see Module.h208 void Node::setProperty(string key, string value) {209 210 }211 212 // @see Module.h213 const string Node::getProperty(string key) const {214 215 }216 217 // @see Module.h218 const vector<string> Node::getProperties() const {219 220 }221 222 191 } // namespace ariba
Note:
See TracChangeset
for help on using the changeset viewer.