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

message.cc

Go to the documentation of this file.
00001 #include "message.hh"
00002 
00003 namespace anoid {
00004     namespace base {
00005 
00006         void Message::fire() {
00007             for (int i = 0; i < argc; ++i)
00008                 argv[i]->receive(this);
00009         }
00010 
00011     };
00012 };

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