summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-07-15 09:48:55 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-07-15 09:48:55 +0000
commit8daa767b9699e0f8bc58d1f5a2cb5d4bef6dc85b (patch)
tree2c14e2daaea3547827777bd0be6da5b2adefe33b
parent6dbb97accf2b9d1b9d159cb02584261a665c742a (diff)
downloadATCD-8daa767b9699e0f8bc58d1f5a2cb5d4bef6dc85b.tar.gz
ChangeLogTag: Thu Jul 15 09:47:04 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--CIAO/ChangeLog8
-rw-r--r--CIAO/connectors/ami4ccm/examples/Hello/Base/Hello.mpc4
2 files changed, 11 insertions, 1 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 26deb63544f..3db8162975d 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jul 15 09:47:04 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * connectors/ami4ccm/examples/Hello/Base/Hello.mpc:
+
+ Added -Gex to command line of HelloA.idl processing,
+ and the resuling generated reply handler implementation
+ files to the connector project.
+
Thu Jul 15 09:34:43 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* DAnCE/LocalityManager/Interceptors/Standard_Error.h:
diff --git a/CIAO/connectors/ami4ccm/examples/Hello/Base/Hello.mpc b/CIAO/connectors/ami4ccm/examples/Hello/Base/Hello.mpc
index fc6b717a9dc..36ee5100597 100644
--- a/CIAO/connectors/ami4ccm/examples/Hello/Base/Hello.mpc
+++ b/CIAO/connectors/ami4ccm/examples/Hello/Base/Hello.mpc
@@ -41,7 +41,7 @@ project(AMI_Hello_lema_gen) : ciaoidldefaults {
-Wb,svnt_export_include=Hello_svnt_export.h \
-Wb,skel_export_macro=HELLO_SKEL_Export \
-Wb,skel_export_include=Hello_skel_export.h \
- -I.. -Gsv -Gcn -Glem -GC -Gxhst -Gxhsv
+ -I.. -Gex -Gsv -Gcn -Glem -GC -Gxhst -Gxhsv
IDL_Files {
HelloA.idl
@@ -157,10 +157,12 @@ project(AMI_Hello_conn) : ciao_executor, ami, ami4ccm_lem_stub {
Source_Files {
HelloA_conn.cpp
+ HelloA_conn_i.cpp
}
Header_Files {
HelloA_conn.h
+ HelloA_conn_i.h
Hello_conn_export.h
}