Skip to content

#1456: Cleaned up and refactored exaudfclient cc#642

Open
sgn4sangar wants to merge 4 commits into
masterfrom
refactoring/1456_cleanup_exaudfclient_cc
Open

#1456: Cleaned up and refactored exaudfclient cc#642
sgn4sangar wants to merge 4 commits into
masterfrom
refactoring/1456_cleanup_exaudfclient_cc

Conversation

@sgn4sangar
Copy link
Copy Markdown
Contributor

relates to #1456

Comment on lines +4 to +22
#ifdef ENABLE_JAVA_VM
#include "javacontainer/javacontainer_builder.h"
#endif //ENABLE_JAVA_VM

#ifdef ENABLE_PYTHON_VM
#include "python/pythoncontainer.h"
#endif //ENABLE_PYTHON_VM

#ifdef UDF_PLUGIN_CLIENT
#include "protegrityclient.h"
#endif //UDF_PLUGIN_CLIENT

#ifdef ENABLE_STREAMING_VM
#include "streaming_container/streamingcontainer.h"
#endif

#ifdef ENABLE_BENCHMARK_VM
#include "benchmark_container/benchmark_container.h"
#endif
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be moved into exaudfclient/exa_vm_factory.cc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants