diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2008-09-11 04:45:26 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2008-09-11 04:45:26 +0000 |
| commit | 468b4b6ddaa3d96bb743cdbd27ded651eea31847 (patch) | |
| tree | f1987d223e56792386f884029664dae277bff754 /cpp/etc | |
| parent | 51ea054146d0af71640bd44e8e75494847216a31 (diff) | |
| download | qpid-python-468b4b6ddaa3d96bb743cdbd27ded651eea31847.tar.gz | |
Refactored c++ client library to allow multiple protocols to be
used simultaneously:
- Added in capability for client library plugins:
Client library will load in plugin modules from
the client library module directory on library load.
- Add protocol option into the standard client command line options
- Split plugin module load area into daemon and client;
default daemon module directory is now <libdir>/qpid/daemon,
default client module directory is <libdir>/qpid/client.
- Changed names of plugins to leave out libqpid prefix
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/etc')
| -rw-r--r-- | cpp/etc/Makefile.am | 4 | ||||
| -rw-r--r-- | cpp/etc/qpidc.conf | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/cpp/etc/Makefile.am b/cpp/etc/Makefile.am index f683459cd4..d3dd67d35e 100644 --- a/cpp/etc/Makefile.am +++ b/cpp/etc/Makefile.am @@ -4,6 +4,10 @@ EXTRA_DIST = \ $(SASL_CONF) \ qpidd qpidd.conf +confdir=$(sysconfdir)/qpid +nobase_conf_DATA=\ + qpidc.conf + nobase_sysconf_DATA = \ qpidd.conf diff --git a/cpp/etc/qpidc.conf b/cpp/etc/qpidc.conf new file mode 100644 index 0000000000..065442399e --- /dev/null +++ b/cpp/etc/qpidc.conf @@ -0,0 +1,2 @@ +# Configuration file for the qpid client library. Entries are of the form: +# name = value |
