[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Jan 19 12:11:55 CST 2011
branch "master" has been updated
via 2db6f77d765176d76bc4f62a28dd55efce60901b (commit)
from 19f9d661714335ba777a5c5898503c41a27ff446 (commit)
Summary of changes:
AmiCollector/test/IceIntegration-test.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2db6f77d765176d76bc4f62a28dd55efce60901b
Author: David M. Lee <dlee at digium.com>
Date: Wed Jan 19 12:07:41 2011 -0600
Adjusted the anonymous namespace for a gcc 4.1 compiler bug.
diff --git a/AmiCollector/test/IceIntegration-test.cpp b/AmiCollector/test/IceIntegration-test.cpp
index 06ba168..042cabb 100644
--- a/AmiCollector/test/IceIntegration-test.cpp
+++ b/AmiCollector/test/IceIntegration-test.cpp
@@ -52,7 +52,6 @@ struct Fixture
Ice::ObjectPtr object;
Ice::ObjectPrx proxy;
};
-} // anonymous namespace
BOOST_FIXTURE_TEST_SUITE(AmiCollectorIceIntegration, Fixture)
@@ -119,3 +118,4 @@ BOOST_AUTO_TEST_CASE(test_some)
}
BOOST_AUTO_TEST_SUITE_END()
+} // anonymous namespace
-----------------------------------------------------------------------
--
asterisk-scf/release/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list