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

register.cc

Go to the documentation of this file.
00001 #include "register.hh"
00002 #include <iostream>
00003 
00004 namespace anoid {
00005     namespace loader {
00006         using namespace std;
00007 
00008         RegisterBase::RegisterBase(const char *name): _name(name) {
00009             loader.associate(_name, this);
00010         }
00011     };
00012 };

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