diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-09-21 07:53:03 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-09-21 07:53:03 +0000 |
commit | 19c60be5da6ffbebcf4ea5f1bc8e24e531371369 (patch) | |
tree | 96e56f4772a953d8715ec3e04da9070c4501175b /CIAO/connectors | |
parent | ca9329bfe91596b481f2e289af1a7bd74bd44751 (diff) | |
download | ATCD-19c60be5da6ffbebcf4ea5f1bc8e24e531371369.tar.gz |
Fri Sep 21 07:52:43 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/impl/logger/Log_Macros.h:
Added DDS4CCM_PRINT_CORBA_EXCEPTION also in case there is no
logging
Diffstat (limited to 'CIAO/connectors')
-rw-r--r-- | CIAO/connectors/dds4ccm/impl/logger/Log_Macros.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/impl/logger/Log_Macros.h b/CIAO/connectors/dds4ccm/impl/logger/Log_Macros.h index f4b16ea825e..3d4f6da0fbc 100644 --- a/CIAO/connectors/dds4ccm/impl/logger/Log_Macros.h +++ b/CIAO/connectors/dds4ccm/impl/logger/Log_Macros.h @@ -67,6 +67,7 @@ extern DDS4CCM_Logger_Export unsigned int DDS4CCM_debug_level; # define DDS4CCM_DEBUG(L, X) do {} while (0) # define DDS4CCM_PRINT_INTERNAL_EXCEPTION(L, E, X) do {} while (0) # define DDS4CCM_PRINT_CORBA_EXCEPTION(L, E, X) do {} while (0) +# define DDS4CCM_PRINT_DEBUG_CORBA_EXCEPTION(L, E, X) do {} while (0) # define DDS4CCM_ERROR_RETURN(L, X, Y) return (Y) # define DDS4CCM_ERROR_BREAK(L, X) { break; } #else |