diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-05 18:40:37 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-05 18:40:37 +0000 |
commit | 86f6f01a19f122bfd47c0c2c6badc0f54de01250 (patch) | |
tree | 1267a4146a2ea8dd53e13014eb89ae0f81c77467 /cpp/include/IcePatch/NodeDescFactory.h | |
parent | fixing ConcurrentModificationException in stopAll (diff) | |
download | ice-86f6f01a19f122bfd47c0c2c6badc0f54de01250.tar.bz2 ice-86f6f01a19f122bfd47c0c2c6badc0f54de01250.tar.xz ice-86f6f01a19f122bfd47c0c2c6badc0f54de01250.zip |
fixes for WIN32
Diffstat (limited to 'cpp/include/IcePatch/NodeDescFactory.h')
-rw-r--r-- | cpp/include/IcePatch/NodeDescFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IcePatch/NodeDescFactory.h b/cpp/include/IcePatch/NodeDescFactory.h index 96313dd27bd..b3e69be3090 100644 --- a/cpp/include/IcePatch/NodeDescFactory.h +++ b/cpp/include/IcePatch/NodeDescFactory.h @@ -17,7 +17,7 @@ namespace IcePatch { -class NodeDescFactory : public Ice::ObjectFactory +class ICE_PATCH_API NodeDescFactory : public Ice::ObjectFactory { public: |