summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-26 15:58:23 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-26 15:58:23 +0000
commit025bafe01386e75b6df6db35d45606e842e9b890 (patch)
treee2e66c9b45983f935e2cb1df61749763a2e2dba1
parent3fd50fd0ecba187c1d1ec921a8f6410b0a43df70 (diff)
downloadATCD-025bafe01386e75b6df6db35d45606e842e9b890.tar.gz
ChangeLogTag: Tue Sep 26 15:52:12 UTC 2006 Boris Kolpackov <boris@codesynthesis.com>
-rw-r--r--CIAO/ChangeLog11
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.cidl2
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl2
3 files changed, 11 insertions, 4 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 8070907ee30..f980e6790fb 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,12 +1,19 @@
+Tue Sep 26 15:52:12 UTC 2006 Boris Kolpackov <boris@codesynthesis.com>
+
+ * docs/tutorials/Quoter/Simple/Broker/Broker.cidl:
+ * docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl:
+
+ Added missing semicolons.
+
Mon Sep 25 23:19:15 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
* DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp
Modified the fetch_reference_naming () to remove its arguments related
to Repoman.
-
+
* DAnCE/Plan_Generator/PCVisitor.h
Adjusted the order of the data members of Plan_Generator_i class.
-
+
Mon Sep 25 19:46:37 UTC 2006 Nishanth Shankaran <nshankar@dre.vanderbilt.edu>
diff --git a/CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.cidl b/CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.cidl
index e34ee017920..a6d9bb29214 100644
--- a/CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.cidl
+++ b/CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.cidl
@@ -16,7 +16,7 @@ composition session StockBroker_Impl {
home executor StockBrokerHome_Exec {
implements Stock::StockBrokerHome;
manages StockBroker_Exec;
- }
+ };
};
#endif /* STOCK_CIDL */
diff --git a/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl b/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl
index fe64c844339..53268e84569 100644
--- a/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl
+++ b/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl
@@ -15,7 +15,7 @@ composition session StockDistributor_Impl {
home executor StockDistributorHome_Exec {
implements Stock::StockDistributorHome;
manages StockDistributor_Exec;
- }
+ };
};
#endif /* DISTRIBUTOR_CIDL */