summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-06-30 07:06:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-06-30 07:06:47 +0000
commit9deae2a15754dba32390156acadff570cf2af3ec (patch)
treebc6e621d32bd405f2909caba65312fcc0a7e75dc
parentcefbb7732e60ff1e2e42c764240eceb95bf05251 (diff)
downloadATCD-9deae2a15754dba32390156acadff570cf2af3ec.tar.gz
-rw-r--r--CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp b/CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp
index 4d16d9ee18c..2fe56933656 100644
--- a/CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp
+++ b/CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp
@@ -163,7 +163,7 @@ DDS_Base_Connector_T<CCM_TYPE>::init_domain (
}
#if (CIAO_DDS4CCM_NDDS==1)
- participant = thcis->participant_factory_.create_participant (
+ participant = this->participant_factory_.create_participant (
#else
participant = this->participant_factory_->create_participant (
#endif