diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-07 14:44:20 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-07 14:44:20 +0000 |
commit | 31dd6d01df307d39c155e2a322f974b05c9f1f16 (patch) | |
tree | 53c5f9d4375aa12e5faf6ed87bcf331f5fbf6149 /cppe/src/IceE/FactoryTableDef.cpp | |
parent | Fixed linux comile error (diff) | |
download | ice-31dd6d01df307d39c155e2a322f974b05c9f1f16.tar.bz2 ice-31dd6d01df307d39c155e2a322f974b05c9f1f16.tar.xz ice-31dd6d01df307d39c155e2a322f974b05c9f1f16.zip |
cleanup of Config.h.
Diffstat (limited to 'cppe/src/IceE/FactoryTableDef.cpp')
-rw-r--r-- | cppe/src/IceE/FactoryTableDef.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cppe/src/IceE/FactoryTableDef.cpp b/cppe/src/IceE/FactoryTableDef.cpp index 2a8155a0a0d..0e78aa774f7 100644 --- a/cppe/src/IceE/FactoryTableDef.cpp +++ b/cppe/src/IceE/FactoryTableDef.cpp @@ -126,6 +126,10 @@ Ice::FactoryTableWrapper::initialize() } ++_initCount; } +
+#include <iostream>
+
+using namespace std;
// // Delete the table if its reference count drops to zero. |