Changeset 7468 for source/ariba/Node.cpp


Ignore:
Timestamp:
Jan 25, 2010, 10:50:57 AM (14 years ago)
Author:
Christoph Mayer
Message:

-timer delete fix (noch auskommentiert), -interface cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Node.cpp

    r6919 r7468  
    164164        // now that we have a listener, we can ask if sniffing is ok
    165165        if( ariba_mod.sideport_sniffer != NULL ){
    166 //              bool allow = listener->onEnableSideportListener();
    167166                base_overlay->registerSidePort(ariba_mod.sideport_sniffer);
    168167        }
     
    186185
    187186// @see Module.h
    188 void Node::initialize() {
    189 
    190 }
    191 
    192 // @see Module.h
    193 void Node::start() {
    194 
    195 }
    196 
    197 // @see Module.h
    198 void Node::stop() {
    199 
    200 }
    201 
    202 // @see Module.h
    203187string Node::getName() const {
    204188        return name.toString();
    205189}
    206190
    207 // @see Module.h
    208 void Node::setProperty(string key, string value) {
    209 
    210 }
    211 
    212 // @see Module.h
    213 const string Node::getProperty(string key) const {
    214 
    215 }
    216 
    217 // @see Module.h
    218 const vector<string> Node::getProperties() const {
    219 
    220 }
    221 
    222191} // namespace ariba
Note: See TracChangeset for help on using the changeset viewer.