diff options
author | Brent Eagles <brent@zeroc.com> | 2006-08-01 19:33:17 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-08-01 19:33:17 +0000 |
commit | cbea6d8765df3f68f61104f03f47de46820b2b29 (patch) | |
tree | c34300910918c11acefacbef84dbb26f79370dd0 /perf/src/IceStorm/Subscriber.cpp | |
parent | - Missing projects for CosEvent performance tests. (diff) | |
download | ice-cbea6d8765df3f68f61104f03f47de46820b2b29.tar.bz2 ice-cbea6d8765df3f68f61104f03f47de46820b2b29.tar.xz ice-cbea6d8765df3f68f61104f03f47de46820b2b29.zip |
- Adding projects for the IceStorm performance tests.
- Porting IceStorm tests to Windows.
Diffstat (limited to 'perf/src/IceStorm/Subscriber.cpp')
-rw-r--r-- | perf/src/IceStorm/Subscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/src/IceStorm/Subscriber.cpp b/perf/src/IceStorm/Subscriber.cpp index 07bd754c3a9..507ce595251 100644 --- a/perf/src/IceStorm/Subscriber.cpp +++ b/perf/src/IceStorm/Subscriber.cpp @@ -118,7 +118,7 @@ Subscriber::run(int argc, char* argv[]) { topic = manager->retrieve("time"); } - catch(const IceStorm::NoSuchTopic& e) + catch(const IceStorm::NoSuchTopic&) { try { |