summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ServerFactory.h')
-rw-r--r--cpp/src/IcePack/ServerFactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ServerFactory.h b/cpp/src/IcePack/ServerFactory.h
index f729ed05a88..b5c8ebdafa3 100644
--- a/cpp/src/IcePack/ServerFactory.h
+++ b/cpp/src/IcePack/ServerFactory.h
@@ -18,6 +18,7 @@
#include <IcePack/Internal.h>
#include <IcePack/Activator.h>
#include <IcePack/WaitQueue.h>
+#include <Freeze/Evictor.h>
namespace IcePack
{
@@ -29,7 +30,7 @@ class ServerFactory : public Ice::ObjectFactory
{
public:
- ServerFactory(const Ice::ObjectAdapterPtr&, const TraceLevelsPtr&, const Freeze::DBEnvironmentPtr&,
+ ServerFactory(const Ice::ObjectAdapterPtr&, const TraceLevelsPtr&, const std::string&,
const ActivatorPtr&, const WaitQueuePtr&);
//