diff options
Diffstat (limited to 'ACEXML/compass/CCMHome.h')
-rw-r--r-- | ACEXML/compass/CCMHome.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/ACEXML/compass/CCMHome.h b/ACEXML/compass/CCMHome.h deleted file mode 100644 index d339ee71e99..00000000000 --- a/ACEXML/compass/CCMHome.h +++ /dev/null @@ -1,42 +0,0 @@ -// $Id$ - - -#ifndef COMPASS_CCMHOME_H -#define COMPASS_CCMHOME_H - -#include "ace/pre.h" -#include "ACEXML/compass/Compass_Export.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -#pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "ace/Unbounded_Set.h" -#include "ACEXML/compass/CompassTypes.h" - -namespace Deployment -{ - class Compass_Export CCMHome - { - public: - Component* create_component() - ACE_THROW_SPEC ((CreateFailure)); - - void remove_component (Component* comp) - ACE_THROW_SPEC ((RemoveFailure)); - - private: - Component* component_; - }; - - typedef ACE_Unbounded_Set<CCMHome*> CCMHomes; - -} - -#if defined (__ACE_INLINE__) -#include "CCMHome.inl" -#endif /* __ACE_INLINE__ */ - -#include "ace/post.h" - -#endif /* COMPASS_CCMHOME_H */ |