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

Function BE_cleanup

java/idl2jni/codegen/be_produce.cpp:87–93  ·  view source on GitHub ↗

Clean up before exit, whether successful or not. Need not be exported since it is called only from this file.

Source from the content-addressed store, hash-verified

85// Clean up before exit, whether successful or not.
86// Need not be exported since it is called only from this file.
87void
88BE_cleanup()
89{
90 if (idl_global) {
91 idl_global->destroy();
92 }
93}
94
95// Abort this run of the BE.
96void

Callers 2

BE_abortFunction · 0.70
BE_produceFunction · 0.70

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected