00001 #ifndef _IT_BUS_TYPE_ALIAS_H_ 00002 #define _IT_BUS_TYPE_ALIAS_H_ 00003 00004 #include <it_bus/api_defines.h> 00005 #include <it_bus/var.h> 00006 00007 namespace IT_Bus 00008 { 00009 // Typedef associating the types Bus_ptr and Bus_var with the Bus class. 00010 class IT_BUS_API Bus; 00011 typedef Bus* Bus_ptr; 00012 typedef Var<Bus> Bus_var; 00013 } 00014 00015 #endif 00016