summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-02-27 16:09:34 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-02-27 16:09:34 +0000
commite4731bbb104bcdcf5c6c6c74be7b98eb487686cb (patch)
tree217de02167b7df2b110ab6373013ed87ecc3a683 /CIAO
parent35452e65c93f2c2b9590931fbb78c6888a465dd4 (diff)
downloadATCD-e4731bbb104bcdcf5c6c6c74be7b98eb487686cb.tar.gz
Wed Feb 27 16:07:39 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/CCF/Example/CIDL/LocalExecutorMapping/cidlc.cpp2
-rw-r--r--CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/indent_idl.cpp2
-rw-r--r--CIAO/CCF/Example/CodeGenerationKit/Indentation/XML/indent_xml.cpp2
-rw-r--r--CIAO/CCF/Example/ComponentDeploymentDescriptor/cdd.cpp1
-rw-r--r--CIAO/CCF/Example/IDL2/CxxMapping/driver.cpp2
-rw-r--r--CIAO/CCF/Test/CIDL/Compiler/driver.cpp2
-rw-r--r--CIAO/CCF/Test/CompilerElements/CPP/driver.cpp2
-rw-r--r--CIAO/CCF/Test/IDL2/Compiler/driver.cpp2
-rw-r--r--CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp2
-rw-r--r--CIAO/CCF/Test/IDL2/Traversal/Recreate/recreate.cpp2
-rw-r--r--CIAO/CCF/Test/IDL3/Compiler/driver.cpp2
-rw-r--r--CIAO/CIDLC/cidlc.cpp2
-rw-r--r--CIAO/ChangeLog21
13 files changed, 43 insertions, 1 deletions
diff --git a/CIAO/CCF/Example/CIDL/LocalExecutorMapping/cidlc.cpp b/CIAO/CCF/Example/CIDL/LocalExecutorMapping/cidlc.cpp
index 633697c0641..e5aafa90573 100644
--- a/CIAO/CCF/Example/CIDL/LocalExecutorMapping/cidlc.cpp
+++ b/CIAO/CCF/Example/CIDL/LocalExecutorMapping/cidlc.cpp
@@ -29,6 +29,8 @@ using namespace CCF::CompilerElements;
using namespace CCF::CIDL;
using namespace CCF::CIDL::SemanticGraph;
+//FUZZ: disable check_for_improper_main_declaration
+
int
main (int argc, char* argv[])
{
diff --git a/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/indent_idl.cpp b/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/indent_idl.cpp
index ce0c5eb103c..884b26bb9a4 100644
--- a/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/indent_idl.cpp
+++ b/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/indent_idl.cpp
@@ -10,6 +10,8 @@
using std::cout;
using std::endl;
+//FUZZ: disable check_for_improper_main_declaration
+
int
main ()
{
diff --git a/CIAO/CCF/Example/CodeGenerationKit/Indentation/XML/indent_xml.cpp b/CIAO/CCF/Example/CodeGenerationKit/Indentation/XML/indent_xml.cpp
index f244249c69b..65a7f32f94b 100644
--- a/CIAO/CCF/Example/CodeGenerationKit/Indentation/XML/indent_xml.cpp
+++ b/CIAO/CCF/Example/CodeGenerationKit/Indentation/XML/indent_xml.cpp
@@ -10,6 +10,8 @@
using std::cout;
using std::endl;
+//FUZZ: disable check_for_improper_main_declaration
+
int
main ()
{
diff --git a/CIAO/CCF/Example/ComponentDeploymentDescriptor/cdd.cpp b/CIAO/CCF/Example/ComponentDeploymentDescriptor/cdd.cpp
index 737260014bc..cc16a707f52 100644
--- a/CIAO/CCF/Example/ComponentDeploymentDescriptor/cdd.cpp
+++ b/CIAO/CCF/Example/ComponentDeploymentDescriptor/cdd.cpp
@@ -94,6 +94,7 @@ struct C_Emitter : public virtual Traversal::Connection
}
};
+//FUZZ: disable check_for_improper_main_declaration
int
main ()
diff --git a/CIAO/CCF/Example/IDL2/CxxMapping/driver.cpp b/CIAO/CCF/Example/IDL2/CxxMapping/driver.cpp
index 11c6e895611..d188fa974d6 100644
--- a/CIAO/CCF/Example/IDL2/CxxMapping/driver.cpp
+++ b/CIAO/CCF/Example/IDL2/CxxMapping/driver.cpp
@@ -28,6 +28,8 @@ using namespace CCF::IDL2::SemanticGraph;
//@@ code repetition in driver.
//
+//FUZZ: disable check_for_improper_main_declaration
+
int
main ()
{
diff --git a/CIAO/CCF/Test/CIDL/Compiler/driver.cpp b/CIAO/CCF/Test/CIDL/Compiler/driver.cpp
index 222dd8f851c..7f9f904397c 100644
--- a/CIAO/CCF/Test/CIDL/Compiler/driver.cpp
+++ b/CIAO/CCF/Test/CIDL/Compiler/driver.cpp
@@ -25,6 +25,8 @@ using namespace CCF::CompilerElements;
using namespace CCF::CIDL;
using namespace SemanticGraph;
+//FUZZ: disable check_for_improper_main_declaration
+
int
main ()
{
diff --git a/CIAO/CCF/Test/CompilerElements/CPP/driver.cpp b/CIAO/CCF/Test/CompilerElements/CPP/driver.cpp
index de3624d86a7..085531543a8 100644
--- a/CIAO/CCF/Test/CompilerElements/CPP/driver.cpp
+++ b/CIAO/CCF/Test/CompilerElements/CPP/driver.cpp
@@ -14,6 +14,8 @@ using CCF::CompilerElements::InputStreamAdapter;
using namespace CCF::CompilerElements::CPP;
+//FUZZ: disable check_for_improper_main_declaration
+
int
main ()
{
diff --git a/CIAO/CCF/Test/IDL2/Compiler/driver.cpp b/CIAO/CCF/Test/IDL2/Compiler/driver.cpp
index 71d8dc9b971..35caa1402cf 100644
--- a/CIAO/CCF/Test/IDL2/Compiler/driver.cpp
+++ b/CIAO/CCF/Test/IDL2/Compiler/driver.cpp
@@ -25,6 +25,8 @@ using namespace CCF::CompilerElements;
using namespace CCF::IDL2;
using namespace CCF::IDL2::SemanticGraph;
+//FUZZ: disable check_for_improper_main_declaration
+
int
main ()
{
diff --git a/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp b/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
index 3640282cfe3..e7f3c754109 100644
--- a/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
+++ b/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
@@ -6,6 +6,8 @@
using namespace CCF::IDL2;
+//FUZZ: disable check_for_improper_main_declaration
+
int
main ()
{
diff --git a/CIAO/CCF/Test/IDL2/Traversal/Recreate/recreate.cpp b/CIAO/CCF/Test/IDL2/Traversal/Recreate/recreate.cpp
index 560040bbcb0..a98e65d216a 100644
--- a/CIAO/CCF/Test/IDL2/Traversal/Recreate/recreate.cpp
+++ b/CIAO/CCF/Test/IDL2/Traversal/Recreate/recreate.cpp
@@ -10,6 +10,8 @@
#include "Generator.hpp"
+//FUZZ: disable check_for_improper_main_declaration
+
int
main ()
{
diff --git a/CIAO/CCF/Test/IDL3/Compiler/driver.cpp b/CIAO/CCF/Test/IDL3/Compiler/driver.cpp
index d2f8ff91ba0..d110af02dee 100644
--- a/CIAO/CCF/Test/IDL3/Compiler/driver.cpp
+++ b/CIAO/CCF/Test/IDL3/Compiler/driver.cpp
@@ -25,6 +25,8 @@ using namespace CCF::CompilerElements;
using namespace CCF::IDL3;
using namespace SemanticGraph;
+//FUZZ: disable check_for_improper_main_declaration
+
int
main ()
{
diff --git a/CIAO/CIDLC/cidlc.cpp b/CIAO/CIDLC/cidlc.cpp
index b0ca7e2b178..5bc404730f1 100644
--- a/CIAO/CIDLC/cidlc.cpp
+++ b/CIAO/CIDLC/cidlc.cpp
@@ -77,6 +77,8 @@ using namespace CCF::CompilerElements;
using namespace CCF::CIDL;
using namespace CCF::CIDL::SemanticGraph;
+//FUZZ: disable check_for_improper_main_declaration
+
int
main (int argc, char* argv[])
{
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 91c7fd4b55d..6930d605780 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,6 +1,25 @@
+Wed Feb 27 16:07:39 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * CCF/Example/CIDL/LocalExecutorMapping/cidlc.cpp:
+ * CCF/Example/CodeGenerationKit/Indentation/IDL/indent_idl.cpp:
+ * CCF/Example/CodeGenerationKit/Indentation/XML/indent_xml.cpp:
+ * CCF/Example/ComponentDeploymentDescriptor/cdd.cpp:
+ * CCF/Example/IDL2/CxxMapping/driver.cpp:
+ * CCF/Test/CIDL/Compiler/driver.cpp:
+ * CCF/Test/CompilerElements/CPP/driver.cpp:
+ * CCF/Test/IDL2/Compiler/driver.cpp:
+ * CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp:
+ * CCF/Test/IDL2/Traversal/Recreate/recreate.cpp:
+ * CCF/Test/IDL3/Compiler/driver.cpp:
+ * CIDLC/cidlc.cpp:
+
+ Disable check_for_improper_main_declaration fuzz check on these
+ files. The files have no dependency on ACE, thus they shouldn't
+ use ACE_TMAIN.
+
Thu Feb 21 02:34:37 CST 2008 Johnny Willemsen <jwillemsen@remedy.nl>
- * CIAO version 0.6.3 released.
+ * CIAO version 0.6.3 released.
Tue Feb 12 19:29:09 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>