Ignore:
Timestamp:
May 26, 2009, 8:03:39 PM (15 years ago)
Author:
Christoph Mayer
Message:

-autolink message buffer von basecomm nach baseoverlay und komplette logik hochgezogen damit mit neuem overlay routing zurecht kommt, damit ist letzer fehler raus

File:
1 edited

Legend:

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

    r3690 r3712  
    4646#include <vector>
    4747#include <iostream>
    48 #include <deque>
    4948#include <algorithm>
    5049#include <boost/foreach.hpp>
     
    7877using std::map;
    7978using std::vector;
    80 using std::deque;
    8179using std::pair;
    8280using std::make_pair;
     
    256254                        remoteEndpoint(desc.remoteEndpoint),
    257255                        linkup(desc.linkup) {
    258 
    259                         BOOST_FOREACH( Message* msg, desc.waitingmsg ){
    260                                 waitingmsg.push_back( msg );
    261                         }
    262256                }
    263257
     
    266260                }
    267261
    268                 LinkID                  localLink;
     262                LinkID                                  localLink;
    269263                const NetworkLocator*   localLocator;
    270                 LinkID                  remoteLink;
     264                LinkID                                  remoteLink;
    271265                const NetworkLocator*   remoteLocator;
    272                 EndpointDescriptor      remoteEndpoint;
    273 
    274                 bool                    linkup;
    275                 deque<Message*>         waitingmsg;
     266                EndpointDescriptor              remoteEndpoint;
     267
     268                bool                                    linkup;
    276269        };
    277270
Note: See TracChangeset for help on using the changeset viewer.