diff options
author | ZeroC Staff <git@zeroc.com> | 2003-06-13 14:17:55 +0000 |
---|---|---|
committer | ZeroC Staff <git@zeroc.com> | 2003-06-13 14:17:55 +0000 |
commit | c6da0858a2627cdace6ea2964de4d9e9e49b29aa (patch) | |
tree | 673e0d215e19c7ebfb9a7295bf5dace808312c3a /cpp/src/Ice/FactoryTableDef.cpp | |
parent | Added appendix.sgml target to Makefile. That target is for Appendix B of (diff) | |
download | ice-c6da0858a2627cdace6ea2964de4d9e9e49b29aa.tar.bz2 ice-c6da0858a2627cdace6ea2964de4d9e9e49b29aa.tar.xz ice-c6da0858a2627cdace6ea2964de4d9e9e49b29aa.zip |
changed the code to print output from pipes so that you get each line as it
comes, fixed some line endings
Diffstat (limited to 'cpp/src/Ice/FactoryTableDef.cpp')
-rw-r--r-- | cpp/src/Ice/FactoryTableDef.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/FactoryTableDef.cpp b/cpp/src/Ice/FactoryTableDef.cpp index e1eedd3a35b..c75f52a14a1 100644 --- a/cpp/src/Ice/FactoryTableDef.cpp +++ b/cpp/src/Ice/FactoryTableDef.cpp @@ -39,7 +39,7 @@ Ice::FactoryTableDef::addExceptionFactory(const std::string& t, const UserExcept } else { - i->second.second++;
+ i->second.second++; } } @@ -166,6 +166,6 @@ Ice::FactoryTableWrapper::finalize() delete factoryTable; } } -
+ IceUtil::StaticMutex Ice::FactoryTableWrapper::_m = ICE_STATIC_MUTEX_INITIALIZER; int Ice::FactoryTableWrapper::_initCount = 0; // Initialization count |