policylist_destroyer.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 51 行
H
51 行
// -*- C++ -*-
//=============================================================================
/**
* @file PolicyList_Destroyer.h
*
* PolicyList_Destroyer.h,v 1.5 2003/10/12 23:02:11 huangming Exp
*
* @author Carlos O'Ryan <coryan@atdesk.com>
*/
//=============================================================================
#ifndef TAO_UTILS_POLICYLIST_DESTROYER_H
#define TAO_UTILS_POLICYLIST_DESTROYER_H
#include /**/ "ace/pre.h"
#include "utils_export.h"
#include "tao/PolicyC.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
namespace TAO
{
namespace Utils
{
/**
* @class PolicyList_Destroyer
*
* @brief Automatically destroy all the policies set in a PolicyList
*
*/
class TAO_UTILS_Export PolicyList_Destroyer
: public CORBA::PolicyList
{
public:
PolicyList_Destroyer(CORBA::ULong length_hint);
~PolicyList_Destroyer()
ACE_THROW_SPEC (());
};
} // namespace Utils
} // namespace TAO
#if defined (__ACE_INLINE__)
# include "PolicyList_Destroyer.inl"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
#endif /*TAO_UTILS_POLICYLIST_DESTROYER_H*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?