summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp')
-rw-r--r--CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp b/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp
index 50b1ec3283a..0500ea5d221 100644
--- a/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp
+++ b/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp
@@ -1774,6 +1774,7 @@ namespace CIAO
CCMComponentPortKind (::XSCRT::XML::Attribute< ACE_TCHAR > const&);
static CCMComponentPortKind const Facet;
+ static CCMComponentPortKind const LocalFacet;
static CCMComponentPortKind const SimplexReceptacle;
static CCMComponentPortKind const MultiplexReceptacle;
static CCMComponentPortKind const EventEmitter;
@@ -1784,7 +1785,7 @@ namespace CIAO
enum Value
{
- Facet_l, SimplexReceptacle_l, MultiplexReceptacle_l, EventEmitter_l, EventPublisher_l, EventConsumer_l, ExtendedPort_l, MirrorPort_l
+ Facet_l, LocalFacet_l, SimplexReceptacle_l, MultiplexReceptacle_l, EventEmitter_l, EventPublisher_l, EventConsumer_l, ExtendedPort_l, MirrorPort_l
};