Show
Ignore:
Timestamp:
05/06/10 17:42:05 (14 years ago)
Author:
smidl
Message:

traffic agents -- pro BDM > r904

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/participants.h

    r819 r927  
    5757        virtual void broadcast(Setting& queue){} 
    5858        //! Receive one message from the queue 
    59         virtual void receive(const Setting& msg){} 
     59        virtual void receive(const Setting& msg){ 
     60                bdm_warning("unhandled message"); 
     61        } 
    6062        //! Design control strategy 
    6163        virtual void act(vec &glob_ut){}