00001 #ifndef _IT_BUS_SERVICE_H_ 00002 #define _IT_BUS_SERVICE_H_ 00003 00004 // @Copyright 2004 IONA Technologies, Plc. All Rights Reserved. 00005 // 00006 00007 #include <it_bus/server_service.h> 00008 #include <it_bus/var.h> 00009 00010 namespace IT_Bus { 00011 00015 typedef ServerService Service; 00016 typedef Service* Service_ptr; 00017 typedef Var<Service> Service_var; 00018 } 00019 00020 #endif