summaryrefslogtreecommitdiff
path: root/ACEXML/compass/ComponentInstallation.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/ComponentInstallation.h')
-rw-r--r--ACEXML/compass/ComponentInstallation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACEXML/compass/ComponentInstallation.h b/ACEXML/compass/ComponentInstallation.h
index 4dde93427ac..c6c30b9fe7a 100644
--- a/ACEXML/compass/ComponentInstallation.h
+++ b/ACEXML/compass/ComponentInstallation.h
@@ -11,6 +11,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ACEXML/compass/CompassTypes.h"
+#include "ace/Unbounded_Set.h"
namespace Deployment
{
@@ -59,9 +60,7 @@ namespace Deployment
ComponentInstallation& operator= (const ComponentInstallation&);
private:
-
Package_Manager packages_;
-
};
typedef ACE_Singleton<ComponentInstallation, ACE_SYNCH_MUTEX> COMP_INSTALL;