Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

activation.h

Go to the documentation of this file.
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

Generated on Mon Sep 26 14:20:10 2005 for Fiasco by  doxygen 1.4.2