00001 #ifndef _IT_BUS_CONSTANTS_CONTEXT_TYPES_H_ 00002 #define _IT_BUS_CONSTANTS_CONTEXT_TYPES_H_ 00003 00004 // @Copyright 2004 IONA Technologies, Plc. All Rights Reserved. 00005 // 00006 00007 #include <it_bus_pdk/context_base.h> 00008 00009 namespace IT_Bus 00010 { 00011 class ServerOperation; 00012 typedef ContextT<ServerOperation> ServerOperationContext; 00013 00014 } 00015 00016 #endif 00017