summaryrefslogtreecommitdiff
path: root/ACEXML/compass/CompassTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/CompassTypes.h')
-rw-r--r--ACEXML/compass/CompassTypes.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/ACEXML/compass/CompassTypes.h b/ACEXML/compass/CompassTypes.h
deleted file mode 100644
index 67501a8017b..00000000000
--- a/ACEXML/compass/CompassTypes.h
+++ /dev/null
@@ -1,43 +0,0 @@
-// $Id$
-
-#ifndef COMPASS_TYPES_H
-#define COMPASS_TYPES_H
-
-#include "ace/pre.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-#pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "ACEXML/common/XML_Types.h"
-
-// *************** Packaging and Deployment ***************
-
-namespace Deployment
-{
- typedef ACEXML_String UUID;
- typedef ACEXML_String Location;
- typedef unsigned long FailureReason;
- typedef ACEXML_String Cookie;
-
- enum AssemblyState
- {
- INACTIVE,
- INSERVICE
- };
-
- typedef ACEXML_String FeatureName;
-
- struct UnknownImplId {};
- struct InvalidLocation {};
- struct InstallationFailure { FailureReason reason; };
- struct InvalidAssembly {};
- struct RemoveFailure { FailureReason reason; };
-
- struct ImplEntryPointNotFound {};
-
-}
-
-#include "ace/post.h"
-
-#endif /* COMPASS_TYPES_H */