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/overlay/modules/OverlayInterface.h

    r6854 r6919  
    179179        BaseOverlay& baseoverlay;
    180180
    181         /// The parameters of the overlay structure
    182         OverlayParameterSet parameters;
    183 
    184181        /// The node identifier to use with this overlay
    185182        const NodeID& nodeid;
     
    187184        /// The listener used to inform about overlay structure changes
    188185        OverlayStructureEvents* eventsReceiver;
     186
     187        /// The parameters of the overlay structure
     188        OverlayParameterSet parameters;
    189189
    190190        /// The service identifer of this overlay
Note: See TracChangeset for help on using the changeset viewer.