client/qos/UnSubscribeReturnQos.h

Go to the documentation of this file.
00001 /*------------------------------------------------------------------------------
00002 Name:      UnSubscribeReturnQos.h
00003 Project:   xmlBlaster.org
00004 Copyright: xmlBlaster.org, see xmlBlaster-LICENSE file
00005 ------------------------------------------------------------------------------*/
00006 
00024 #ifndef _CLIENT_QOS_UNSUBSCRIBERETURNQOS_H
00025 #define _CLIENT_QOS_UNSUBSCRIBERETURNQOS_H
00026 
00027 #include <client/qos/SubscribeReturnQos.h>
00028 
00029 namespace org { namespace xmlBlaster { namespace client { namespace qos {
00030 
00031 typedef SubscribeReturnQos UnSubscribeReturnQos;
00032 
00033 }}}} // namespace
00034 
00035 #endif
00036