00001 //: 00002 // \file 00003 #ifndef mcal_add_all_loaders_h_ 00004 #define mcal_add_all_loaders_h_ 00005 00006 //: Add all binary loaders and factory objects available in mcal 00007 // Necessary for binary loading of derived classes by 00008 // base class pointer. One instance of each possible 00009 // derived class must be added to the binary loader. 00010 void mcal_add_all_loaders(); 00011 00012 #endif // mcal_add_all_loaders_h_