summaryrefslogtreecommitdiff
path: root/ACEXML/compass/ComponentInstallation.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/ComponentInstallation.inl')
-rw-r--r--ACEXML/compass/ComponentInstallation.inl11
1 files changed, 0 insertions, 11 deletions
diff --git a/ACEXML/compass/ComponentInstallation.inl b/ACEXML/compass/ComponentInstallation.inl
deleted file mode 100644
index 80de2184058..00000000000
--- a/ACEXML/compass/ComponentInstallation.inl
+++ /dev/null
@@ -1,11 +0,0 @@
-// $Id$
-
-ACE_INLINE const Location&
-get_implementation (const UUID& implUUID)
- ACE_THROW_SPEC ((UnknownImplId, InstallationFailure));
-{
- ACEXML_String loc;
- if (this->packages_.find (implUUID, loc) != 0)
- ACE_THROW (UnknownImplId());
- return this->loc;
-}