Go to the documentation of this file.00001 #ifndef OMG_TDDS_TOPIC_TOPIC_FWD_HPP_
00002 #define OMG_TDDS_TOPIC_TOPIC_FWD_HPP_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 namespace tdds { namespace topic {
00024
00025 template <typename DELEGATE>
00026 class BuiltinTopicKey;
00027
00028 template <typename DELEGATE>
00029 class ParticipantBuiltinTopicData;
00030
00031 template <typename DELEGATE>
00032 class PublicationBuiltinTopicData;
00033
00034 template <typename DELEGATE>
00035 class SubscriptionBuiltinTopicData;
00036
00037 template <typename DELEGATE>
00038 class TopicBuiltinTopicData;
00039
00040 } }
00041
00042 #endif