00001 /*------------------------------------------------------------------------------ 00002 Name: EraseReturnQos.h 00003 Project: xmlBlaster.org 00004 Copyright: xmlBlaster.org, see xmlBlaster-LICENSE file 00005 ------------------------------------------------------------------------------*/ 00006 00025 #ifndef _CLIENT_QOS_ERASERETURNQOS_H 00026 #define _CLIENT_QOS_ERASERETURNQOS_H 00027 00028 #include <client/qos/PublishReturnQos.h> 00029 00030 namespace org { namespace xmlBlaster { namespace client { namespace qos { 00031 00032 typedef PublishReturnQos EraseReturnQos; 00033 00034 }}}} // namespace 00035 00036 #endif 00037