Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

pad.hh

Go to the documentation of this file.
00001 #ifndef _pad_hh_
00002 #define _pad_hh_
00003 
00004 #include "element.hh"
00005 
00006 namespace anoid {
00007     namespace plugin {
00008         namespace anoid {
00009 
00010             class Pad: public base::Element {
00011                 public:
00012                     virtual void init(config::Configuration &c);
00013                     virtual void receive(base::Message *m);
00014             };
00015 
00016         };
00017     };
00018 };
00019 
00020 #endif

Anoid NG © Michael Westergaard, Martin Stig Stissing, Ronni Michael Laursen, and Kristian Bisgaard Lassen