summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ApplicationBuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ApplicationBuilder.cpp')
-rw-r--r--cpp/src/IcePack/ApplicationBuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/ApplicationBuilder.cpp b/cpp/src/IcePack/ApplicationBuilder.cpp
index ea981a4b519..63f090d9af0 100644
--- a/cpp/src/IcePack/ApplicationBuilder.cpp
+++ b/cpp/src/IcePack/ApplicationBuilder.cpp
@@ -25,7 +25,7 @@ class AddServer : public Task
public:
AddServer(const ServerDeployerPrx& deployer, const string& node, const string& name, const string& descriptor,
- const string& binpath, const string& libpath, const Targets& targets) :
+ const string& binpath, const string& libpath, const ServerTargets& targets) :
_deployer(deployer),
_node(node),
_name(name),
@@ -95,7 +95,7 @@ private:
string _descriptor;
string _binpath;
string _libpath;
- Targets _targets;
+ ServerTargets _targets;
};
class ApplicationHandler : public ComponentHandler