summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-12-09 17:05:36 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-12-09 17:05:36 +0000
commit2103fc186c4cb1f7e103a75f68b1f0594c232117 (patch)
treea15e8e3ac761f3259557cb813952eae6e595e40f
parentc2f7fbe6038d8633872a5bad88edcc75a5cabdf2 (diff)
downloadATCD-local_facets.tar.gz
Wed Dec 9 17:05:16 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>local_facets
-rw-r--r--CIAO/ChangeLog8
-rw-r--r--CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc4
2 files changed, 9 insertions, 3 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 7a89b0333ac..76875f96f85 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Dec 9 17:05:16 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc:
+
+ Reverted spurious commit.
+
Wed Dec 9 15:58:08 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
* connectors/ami4ccm/examples/Hello/AMI/AMI_exec.h:
@@ -5,7 +11,7 @@ Wed Dec 9 15:58:08 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
* connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp:
Bugfixes.
-
+
Tue Dec 8 21:54:06 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
diff --git a/CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc b/CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc
index 572ad2500e2..c3c6a4e8d51 100644
--- a/CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc
+++ b/CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc
@@ -11,6 +11,7 @@ project(AMI_Hello_idl_gen) : componentidldefaults, ami {
-Wb,exec_export_include=Hello_exec_export.h -I..
IDL_Files {
+ Hello_Base.idl
}
}
@@ -22,6 +23,7 @@ project(AMI_Hello_lem_gen) : ciaoidldefaults {
-Wb,export_include=Hello_exec_export.h -I.. -SS
IDL_Files {
+ Hello_BaseE.idl
}
}
@@ -35,7 +37,6 @@ project(AMI_Hello_Base_idl_gen) : componentidldefaults {
-Wb,exec_export_include=Hello_Base_exec_export.h -I..
IDL_Files {
- Hello_Base.idl
Hello.idl
}
}
@@ -48,7 +49,6 @@ project(AMI_Hello_Base_lem_gen) : ciaoidldefaults {
-Wb,export_include=Hello_Base_exec_export.h -I.. -SS
IDL_Files {
- Hello_BaseE.idl
HelloE.idl
}
}