diff options
| author | Alan Conway <aconway@apache.org> | 2008-07-17 00:03:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-07-17 00:03:50 +0000 |
| commit | e65b0086a2924ff04640b1350393a816249d01b3 (patch) | |
| tree | b372c5386cc44e3ad16c4ae585088ed038a629e4 /cpp/src/qpid/Options.h | |
| parent | e596837411d54a16dd3cb1e5de717664496c2bd0 (diff) | |
| download | qpid-python-e65b0086a2924ff04640b1350393a816249d01b3.tar.gz | |
Cluster: shadow connections, fix lifecycle & valgrind issues.
- tests/ForkedBroker: improved broker forking, exec full qpidd.
- Plugin::addFinalizer - more flexible way to shutdown plugins.
- Reworked cluster extension points using boost::function.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@677471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/Options.h')
| -rw-r--r-- | cpp/src/qpid/Options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/Options.h b/cpp/src/qpid/Options.h index 35ce8f9d40..cb86d27241 100644 --- a/cpp/src/qpid/Options.h +++ b/cpp/src/qpid/Options.h @@ -209,7 +209,7 @@ struct Options : public po::options_description { * Note the filename argument can reference an options variable that * is updated by argc/argv or environment variable parsing. */ - void parse(int argc, char** argv, + void parse(int argc, char const* const* argv, const std::string& configfile=std::string(), bool allowUnknown = false); |
