00001 00010 #ifndef _JMS_TOPIC_H 00011 #define _JMS_TOPIC_H 1 00012 00013 #include <JmsCommon.h> 00014 #include <JmsTypes.h> 00015 #include <JmsDestination.h> 00016 00020 typedef JmsDestination JmsTopic; 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif /* __cplusplus */ 00025 00040 extern int JMSENTRY JmsTopicGetName( 00041 JmsTopic * topic, 00042 JmsString * name, 00043 JMS64I flags 00044 ); 00045 00046 #ifdef __cplusplus 00047 } 00048 #endif /* __cplusplus */ 00049 #endif /* _JMS_TOPIC_H */