Ignore:
Timestamp:
Aug 3, 2009, 2:29:12 PM (15 years ago)
Author:
Christoph Mayer
Message:

maemo segfault wegen static object ctors workaround

Location:
source/ariba/overlay/modules/onehop
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/onehop/OneHop.cpp

    r5316 r5624  
    7171
    7272        OverlayNodeMapping::const_iterator i = overlayNodes.find( node );
    73         if (i == overlayNodes.end()) return EndpointDescriptor::UNSPECIFIED;
     73        if (i == overlayNodes.end()) return EndpointDescriptor::UNSPECIFIED();
    7474
    7575        const EndpointDescriptor& ep = baseoverlay.getEndpointDescriptor( i->second );
  • source/ariba/overlay/modules/onehop/OneHop.h

    r5316 r5624  
    7272        /// @see OverlayInterface.h
    7373        virtual void joinOverlay(const EndpointDescriptor& boot =
    74                         EndpointDescriptor::UNSPECIFIED);
     74                        EndpointDescriptor::UNSPECIFIED());
    7575
    7676        /// @see OverlayInterface.h
Note: See TracChangeset for help on using the changeset viewer.