summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-02-23 04:15:24 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-02-23 04:15:24 +0000
commit895f567115da99f296b17e3d867e81d1ee3d9399 (patch)
tree56c109e89359f230108c0620ad0ab4d732f52593
parent0cd6378f95fe5904980576741af99bae4650accf (diff)
downloadATCD-895f567115da99f296b17e3d867e81d1ee3d9399.tar.gz
Fri Feb 23 04:08:04 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--CIAO/CIDLC/ServantGenerator.cpp2
-rw-r--r--CIAO/ChangeLog16
2 files changed, 15 insertions, 3 deletions
diff --git a/CIAO/CIDLC/ServantGenerator.cpp b/CIAO/CIDLC/ServantGenerator.cpp
index f817087b92d..cec339ff3b7 100644
--- a/CIAO/CIDLC/ServantGenerator.cpp
+++ b/CIAO/CIDLC/ServantGenerator.cpp
@@ -71,7 +71,7 @@ void ServantGenerator::options (CL::Description& d)
"svnt-export-macro",
"macro",
"Replace default servant DLL export macro "
- "with provided ,acro.",
+ "with provided macro.",
CL::OptionType::value));
d.add_option (CL::OptionDescription (
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 22c5acf4af0..36bb12af2d1 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,13 +1,25 @@
+Fri Feb 23 04:08:04 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * CIDLC/ServantGenerator.cpp:
+
+ cidlc --help prints the following:
+
+ [--svnt-export-macro macro]
+ Replace default servant DLL export macro with provided ,acro.
+
+ Fixed the misspelling of macro in the cidlc help message.
+
+
Thu Feb 22 22:59:01 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
* docs/schema/ServerResourceUsage.txt:
-
+
Updated the text document with the new usage guidelines.
Thu Feb 22 22:53:52 UTC 2007 Nilabja R <nilabjar@dre.vanderbilt.edu>
* DAnCE/TargetManager/CmpClient.cpp:
-
+
Changed in order to remove a warning in the build
Thu Feb 22 22:22:13 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>