summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-07-22 13:16:28 +0000
committermsmit <msmit@remedy.nl>2010-07-22 13:16:28 +0000
commit84bb6df32c43ed606a0cee961cfa08bdac686267 (patch)
tree7f429d71acdda2dd23b24710e603b755291b11f0 /CIAO/connectors/dds4ccm/tests/QueryCondition/DDS
parent54201357627a1a22c50627d72003ad098add6fd3 (diff)
downloadATCD-84bb6df32c43ed606a0cee961cfa08bdac686267.tar.gz
Thu Jul 22 13:12:50 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.h: * connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.cxx: * connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.idl: * connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.cxx: * connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.h: * connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.h: * connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.cxx: Fuzz
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/QueryCondition/DDS')
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.cxx19
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.h1
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.idl6
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.cxx65
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.h1
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.cxx1
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.h1
7 files changed, 50 insertions, 44 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.cxx b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.cxx
index 67aea8bc743..08244243630 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.cxx
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.cxx
@@ -1,3 +1,4 @@
+// $Id$
/*
WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.
@@ -55,16 +56,16 @@ DDS_TypeCode* QueryConditionTest_get_typecode()
0,/* Representation ID */
DDS_BOOLEAN_FALSE,/* Is a pointer? */
-1, /* Bitfield bits */
- NULL/* Member type code is assigned later */
+ 0/* Member type code is assigned later */
},
0, /* Ignored */
0, /* Ignored */
0, /* Ignored */
- NULL, /* Ignored */
+ 0, /* Ignored */
DDS_BOOLEAN_TRUE, /* Is a key? */
DDS_PRIVATE_MEMBER,/* Ignored */
0,/* Ignored */
- NULL/* Ignored */
+ 0/* Ignored */
},
{
(char *)"iteration",/* Member name */
@@ -72,16 +73,16 @@ DDS_TypeCode* QueryConditionTest_get_typecode()
0,/* Representation ID */
DDS_BOOLEAN_FALSE,/* Is a pointer? */
-1, /* Bitfield bits */
- NULL/* Member type code is assigned later */
+ 0/* Member type code is assigned later */
},
0, /* Ignored */
0, /* Ignored */
0, /* Ignored */
- NULL, /* Ignored */
+ 0, /* Ignored */
DDS_BOOLEAN_FALSE, /* Is a key? */
DDS_PRIVATE_MEMBER,/* Ignored */
0,/* Ignored */
- NULL/* Ignored */
+ 0/* Ignored */
}
};
@@ -91,10 +92,10 @@ DDS_TypeCode* QueryConditionTest_get_typecode()
DDS_BOOLEAN_FALSE, /* Ignored */
-1,/* Ignored */
(char *)"QueryConditionTest", /* Name */
- NULL, /* Ignored */
0, /* Ignored */
0, /* Ignored */
- NULL, /* Ignored */
+ 0, /* Ignored */
+ 0, /* Ignored */
2, /* Number of members */
QueryConditionTest_g_tc_members, /* Members */
DDS_VM_NONE /* Ignored */
@@ -124,7 +125,7 @@ RTIBool QueryConditionTest_initialize_ex(
{
sample->symbol = DDS_String_alloc((255));
- if (sample->symbol == NULL) {
+ if (sample->symbol == 0) {
return RTI_FALSE;
}
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.h b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.h
index 793c6db1481..885b8afb958 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.h
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.h
@@ -1,3 +1,4 @@
+// $Id$
/*
WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.idl b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.idl
index 638359e1951..a83e81f180b 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.idl
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.idl
@@ -1,12 +1,12 @@
// $Id$
/**
- * @file QCTQ_Test_Base.idl
+ * @file Base.idl
* @author Marcel Smit <msmit@remedy.nl>
*/
-#ifndef QUERY_CONDITION_TEST_BASE_IDL_
-#define QUERY_CONDITION_TEST_BASE_IDL_
+#ifndef BASE_IDL_
+#define BASE_IDL_
struct QueryConditionTest {
string symbol; //@key
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.cxx b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.cxx
index d524fdc2f6f..ba655d4a071 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.cxx
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.cxx
@@ -1,3 +1,4 @@
+// $Id$
/*
WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.
@@ -64,15 +65,15 @@
QueryConditionTest *
QueryConditionTestPluginSupport_create_data_ex(RTIBool allocate_pointers){
- QueryConditionTest *sample = NULL;
+ QueryConditionTest *sample = 0;
RTIOsapiHeap_allocateStructure(
&sample, QueryConditionTest);
- if(sample != NULL) {
+ if(sample != 0) {
if (!::QueryConditionTest_initialize_ex(sample,allocate_pointers)) {
RTIOsapiHeap_freeStructure(&sample);
- return NULL;
+ return 0;
}
}
return sample;
@@ -124,21 +125,21 @@ QueryConditionTestPluginSupport_print_data(
RTICdrType_printIndent(indent_level);
- if (desc != NULL) {
+ if (desc != 0) {
RTILog_debug("%s:\n", desc);
} else {
RTILog_debug("\n");
}
- if (sample == NULL) {
+ if (sample == 0) {
RTILog_debug("NULL\n");
return;
}
- if (&sample->symbol==NULL) {
+ if (&sample->symbol==0) {
RTICdrType_printString(
- NULL, "symbol", indent_level + 1);
+ 0, "symbol", indent_level + 1);
} else {
RTICdrType_printString(
sample->symbol, "symbol", indent_level + 1);
@@ -152,7 +153,7 @@ QueryConditionTestPluginSupport_print_data(
QueryConditionTest *
QueryConditionTestPluginSupport_create_key_ex(RTIBool allocate_pointers){
- QueryConditionTest *key = NULL;
+ QueryConditionTest *key = 0;
RTIOsapiHeap_allocateStructure(
&key, QueryConditionTestKeyHolder);
@@ -225,7 +226,7 @@ QueryConditionTestPlugin_on_endpoint_attached(
RTIBool top_level_registration,
void *containerPluginContext)
{
- PRESTypePluginEndpointData epd = NULL;
+ PRESTypePluginEndpointData epd = 0;
unsigned int serializedKeyMaxSize;
@@ -242,8 +243,8 @@ QueryConditionTestPlugin_on_endpoint_attached(
(PRESTypePluginDefaultEndpointDataDestroyKeyFunction)
::QueryConditionTestPluginSupport_destroy_key);
- if (epd == NULL) {
- return NULL;
+ if (epd == 0) {
+ return 0;
}
serializedKeyMaxSize = ::QueryConditionTestPlugin_get_serialized_key_max_size(
@@ -253,7 +254,7 @@ QueryConditionTestPlugin_on_endpoint_attached(
epd,serializedKeyMaxSize))
{
PRESTypePluginDefaultEndpointData_delete(epd);
- return NULL;
+ return 0;
}
@@ -267,7 +268,7 @@ QueryConditionTestPlugin_on_endpoint_attached(
::QueryConditionTestPlugin_get_serialized_sample_size,
epd) == RTI_FALSE) {
PRESTypePluginDefaultEndpointData_delete(epd);
- return NULL;
+ return 0;
}
}
@@ -310,7 +311,7 @@ QueryConditionTestPlugin_serialize(
RTIBool serialize_sample,
void *endpoint_plugin_qos)
{
- char * position = NULL;
+ char * position = 0;
if(serialize_encapsulation) {
@@ -326,7 +327,7 @@ QueryConditionTestPlugin_serialize(
if(serialize_sample) {
- if (sample->symbol == NULL) {
+ if (sample->symbol == 0) {
return RTI_FALSE;
}
if (!RTICdrStream_serializeString(
@@ -360,7 +361,7 @@ QueryConditionTestPlugin_deserialize_sample(
RTIBool deserialize_sample,
void *endpoint_plugin_qos)
{
- char * position = NULL;
+ char * position = 0;
if(deserialize_encapsulation) {
@@ -412,7 +413,7 @@ QueryConditionTestPlugin_deserialize(
{
return ::QueryConditionTestPlugin_deserialize_sample(
- endpoint_data, (sample != NULL)?*sample:NULL,
+ endpoint_data, (sample != 0)?*sample:0,
stream, deserialize_encapsulation, deserialize_sample,
endpoint_plugin_qos);
@@ -427,7 +428,7 @@ RTIBool QueryConditionTestPlugin_skip(
RTIBool skip_sample,
void *endpoint_plugin_qos)
{
- char * position = NULL;
+ char * position = 0;
if(skip_encapsulation) {
@@ -615,7 +616,7 @@ QueryConditionTestPlugin_serialize_key(
RTIBool serialize_key,
void *endpoint_plugin_qos)
{
- char * position = NULL;
+ char * position = 0;
if(serialize_encapsulation) {
@@ -630,7 +631,7 @@ QueryConditionTestPlugin_serialize_key(
if(serialize_key) {
- if (sample->symbol == NULL) {
+ if (sample->symbol == 0) {
return RTI_FALSE;
}
if (!RTICdrStream_serializeString(
@@ -658,7 +659,7 @@ RTIBool QueryConditionTestPlugin_deserialize_key_sample(
RTIBool deserialize_key,
void *endpoint_plugin_qos)
{
- char * position = NULL;
+ char * position = 0;
if(deserialize_encapsulation) {
@@ -702,7 +703,7 @@ RTIBool QueryConditionTestPlugin_deserialize_key(
void *endpoint_plugin_qos)
{
return ::QueryConditionTestPlugin_deserialize_key_sample(
- endpoint_data, (sample != NULL)?*sample:NULL, stream,
+ endpoint_data, (sample != 0)?*sample:0, stream,
deserialize_encapsulation, deserialize_key, endpoint_plugin_qos);
}
@@ -755,7 +756,7 @@ QueryConditionTestPlugin_serialized_sample_to_key(
RTIBool deserialize_key,
void *endpoint_plugin_qos)
{
- char * position = NULL;
+ char * position = 0;
if(deserialize_encapsulation) {
@@ -831,11 +832,11 @@ QueryConditionTestPlugin_instance_to_keyhash(
DDS_KeyHash_t *keyhash,
const QueryConditionTest *instance)
{
- struct RTICdrStream * md5Stream = NULL;
+ struct RTICdrStream * md5Stream = 0;
md5Stream = PRESTypePluginDefaultEndpointData_getMD5Stream(endpoint_data);
- if (md5Stream == NULL) {
+ if (md5Stream == 0) {
return RTI_FALSE;
}
@@ -846,7 +847,7 @@ QueryConditionTestPlugin_instance_to_keyhash(
RTICdrStream_setDirtyBit(md5Stream, RTI_TRUE);
if (!::QueryConditionTestPlugin_serialize_key(
- endpoint_data,instance,md5Stream, RTI_FALSE, RTI_CDR_ENCAPSULATION_ID_CDR_BE, RTI_TRUE,NULL)) {
+ endpoint_data,instance,md5Stream, RTI_FALSE, RTI_CDR_ENCAPSULATION_ID_CDR_BE, RTI_TRUE,0)) {
return RTI_FALSE;
}
@@ -873,7 +874,7 @@ QueryConditionTestPlugin_serialized_sample_to_keyhash(
RTIBool deserialize_encapsulation,
void *endpoint_plugin_qos)
{
- char * position = NULL;
+ char * position = 0;
QueryConditionTest * sample;
@@ -890,7 +891,7 @@ QueryConditionTestPlugin_serialized_sample_to_keyhash(
sample = (QueryConditionTest *)
PRESTypePluginDefaultEndpointData_getTempSample(endpoint_data);
- if (sample == NULL) {
+ if (sample == 0) {
return RTI_FALSE;
}
@@ -920,14 +921,14 @@ QueryConditionTestPlugin_serialized_sample_to_keyhash(
struct PRESTypePlugin *QueryConditionTestPlugin_new(void)
{
- struct PRESTypePlugin *plugin = NULL;
+ struct PRESTypePlugin *plugin = 0;
const struct PRESTypePluginVersion PLUGIN_VERSION =
PRES_TYPE_PLUGIN_VERSION_2_0;
RTIOsapiHeap_allocateStructure(
&plugin, struct PRESTypePlugin);
- if (plugin == NULL) {
- return NULL;
+ if (plugin == 0) {
+ return 0;
}
plugin->version = PLUGIN_VERSION;
@@ -1014,7 +1015,7 @@ struct PRESTypePlugin *QueryConditionTestPlugin_new(void)
plugin->keyToInstanceFnc =
(PRESTypePluginKeyToInstanceFunction)
::QueryConditionTestPlugin_key_to_instance;
- plugin->serializedKeyToKeyHashFnc = NULL; /* Not supported yet */
+ plugin->serializedKeyToKeyHashFnc = 0; /* Not supported yet */
plugin->typeCode = (struct RTICdrTypeCode *)::QueryConditionTest_get_typecode();
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.h b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.h
index 1d6b63728fe..0c5ab394810 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.h
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BasePlugin.h
@@ -1,3 +1,4 @@
+// $Id$
/*
WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.cxx b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.cxx
index f8b94d77d60..c85a59e8f9d 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.cxx
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.cxx
@@ -1,3 +1,4 @@
+// $Id$
/*
WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.h b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.h
index bf47a3dbb2c..bdfa26fbbb0 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.h
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/BaseSupport.h
@@ -1,3 +1,4 @@
+// $Id$
/*
WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.