From 025bafe01386e75b6df6db35d45606e842e9b890 Mon Sep 17 00:00:00 2001 From: boris Date: Tue, 26 Sep 2006 15:58:23 +0000 Subject: ChangeLogTag: Tue Sep 26 15:52:12 UTC 2006 Boris Kolpackov --- CIAO/ChangeLog | 11 +++++++++-- CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.cidl | 2 +- .../docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl | 2 +- 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 + + * 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 * 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 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 */ -- cgit v1.2.1