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/AribaModule.cpp

    r6919 r7468  
    6161AribaModule::AribaModule()
    6262        : started(false), base_comm(NULL), sideport_sniffer(NULL) {
    63 
    6463        endpoints = "tcp{41322};rfcomm{10};";
    65 
    66         //srand( time(NULL) );
    67         //uint16_t tcpport = (rand() + 1024) % 50000;
    68         //uint16_t udpport = (rand() + 1024) % 50000;
    6964}
    7065
     
    203198        if (key == "endpoints") return endpoints; // TODO: return local endpoints
    204199        else if (key == "bootstrap.hints") return getBootstrapHints();
     200        return "";
    205201}
    206202
Note: See TracChangeset for help on using the changeset viewer.