00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*- 00002 00003 #ifndef activation_h 00004 #define activation_h 00005 00006 #include "l4_types.h" 00007 00008 // 00009 // INTERFACE definition follows 00010 // 00011 00012 00013 class Receiver; 00014 class Activation { 00015 public: 00016 Activation(Global_id); 00017 00018 void dispatcher(Receiver *); 00019 00020 private: 00021 void ipc_receiver_ready(); 00022 }; 00023 00024 #endif // activation_h