summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/PolicyList_Destroyer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/PolicyList_Destroyer.h')
-rw-r--r--TAO/tao/Utils/PolicyList_Destroyer.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/TAO/tao/Utils/PolicyList_Destroyer.h b/TAO/tao/Utils/PolicyList_Destroyer.h
deleted file mode 100644
index 7fdb607652d..00000000000
--- a/TAO/tao/Utils/PolicyList_Destroyer.h
+++ /dev/null
@@ -1,50 +0,0 @@
-// -*- C++ -*-
-//=============================================================================
-/**
- * @file PolicyList_Destroyer.h
- *
- * $Id$
- *
- * @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*/