Ignore:
Timestamp:
Jul 26, 2009, 5:17:30 PM (15 years ago)
Author:
Christoph Mayer
Message:

sideport und sdp bootstrap

File:
1 edited

Legend:

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

    r5284 r5358  
    9595
    9696namespace ariba {
     97  class SideportListener;
     98}
     99
     100namespace ariba {
    97101namespace communication {
    98102
     
    114118 * @author Sebastian Mies, Christoph Mayer
    115119 */
    116 class BaseCommunication: public NetworkChangeInterface,
    117         public SystemEventListener, public transport_listener {
     120class BaseCommunication:
     121        public NetworkChangeInterface,
     122        public SystemEventListener,
     123        public transport_listener {
     124
    118125        use_logging_h(BaseCommunication);
     126        friend class ariba::SideportListener;
    119127
    120128public:
Note: See TracChangeset for help on using the changeset viewer.