MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / warning

Method warning

dds/idl/be_global.cpp:760–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760void BE_GlobalData::warning(const char* msg, const char* filename, unsigned lineno)
761{
762 if (idl_global->print_warnings()) {
763 if (filename) {
764 ACE_ERROR((LM_WARNING, ACE_TEXT("Warning - %C: \"%C\", line %u: %C\n"),
765 idl_global->prog_name(), filename, lineno, msg));
766 } else {
767 ACE_ERROR((LM_WARNING, ACE_TEXT("Warning - %C: %C\n"),
768 idl_global->prog_name(), msg));
769 }
770 }
771 idl_global->err()->last_warning = UTL_Error::EIDL_MISC;
772}
773
774void BE_GlobalData::error(const char* msg, const char* filename, unsigned lineno)
775{

Callers 9

BE_produceFunction · 0.45
check_parentageMethod · 0.45
note_objectMethod · 0.45
add_omg_specFunction · 0.45
parseFunction · 0.45
runMethod · 0.45
process_linkMethod · 0.45
transform_contentMethod · 0.45
process_linkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected