Ignore:
Timestamp:
Apr 23, 2009, 6:58:34 PM (15 years ago)
Author:
Christoph Mayer
Message:

-fixed all compile errors, but now the overlay functionality is messed up somewhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/CommunicationListener.h

    r3055 r3056  
    4040#define COMMUNICATIONLISTENER_H_
    4141
    42 namespace ariba {
    43 // forward declaration
    44 class CommunicationListener;
    45 }
    46 
    4742#include "Message.h"
    4843#include "Identifiers.h"
     
    5247namespace ariba {
    5348
     49// forward decl
     50namespace overlay {
     51        class BaseOverlay;
     52}
     53
    5454/**
    5555 * Listener for communication events on links.
    5656 */
    5757class CommunicationListener {
    58         friend class Node;
     58        friend class ariba::overlay::BaseOverlay;
    5959protected:
    6060        CommunicationListener();
Note: See TracChangeset for help on using the changeset viewer.