00001 #ifndef _IT_BUS_CONFIG_CORBA_MESSAGE_ATTRIBUTES_H_
00002 #define _IT_BUS_CONFIG_CORBA_MESSAGE_ATTRIBUTES_H_
00003
00004
00005
00006
00007 #include <it_bus/port.h>
00008 #include <it_bus/types.h>
00009
00010 #if !defined(IT_WS_ORB_API)
00011 #if defined(IT_WS_ORB_API_EXPORT)
00012 #define IT_WS_ORB_API IT_DECLSPEC_EXPORT
00013 #else
00014 #define IT_WS_ORB_API IT_DECLSPEC_IMPORT
00015 #endif
00016 #endif
00017
00018 namespace IT_WS_ORB
00019 {
00020 const IT_Bus::QName CORBA_CONTEXT_ATTRIBUTES_TYPE("","CORBAAttributesType","http://schemas.iona.com/bindings/corba/contexts");
00021 }
00022
00023 #endif