Ignore:
Timestamp:
Nov 13, 2009, 1:41:34 PM (14 years ago)
Author:
mies
Message:

Fixed tons of warnings when using CXXFLAGS="-Wall"!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.h

    r5874 r6919  
    4141
    4242// boost & std includes
    43 #include <ext/hash_map>
    44 #include <ext/hash_set>
     43#include <boost/unordered_map.hpp>
     44#include <boost/unordered_set.hpp>
    4545#include <map>
    4646#include <set>
     
    239239                /// link identifiers
    240240                LinkID localLink;
     241                const address_v* localLocator;
     242
     243                /// used underlay addresses for the link
    241244                LinkID remoteLink;
    242 
    243                 /// used underlay addresses for the link
    244                 const address_v* localLocator;
    245245                const address_v* remoteLocator;
    246246
Note: See TracChangeset for help on using the changeset viewer.