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/NodeListener.h

    r3055 r3056  
    4040#define NODELISTENER_H_
    4141
    42 // forward declaration
    43 namespace ariba {
    44 class NodeListener;
    45 class Node;
    46 }
    47 
    4842#include "Identifiers.h"
    4943
    5044namespace ariba {
     45
     46// forward decl
     47namespace overlay {
     48        class BaseOverlay;
     49}
    5150
    5251/**
     
    5756 */
    5857class NodeListener {
    59         friend class Node;
     58        friend class ariba::overlay::BaseOverlay;
    6059public:
    6160        NodeListener();
    6261        virtual ~NodeListener();
     62
    6363protected:
    6464        /**
Note: See TracChangeset for help on using the changeset viewer.