summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Main.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-05 13:19:22 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-05 13:19:22 +0000
commitf2240c4965b5ee019bdad39c8d6a5ddb155296a1 (patch)
treeb269e25f67ee675c4dea87512b3ac79c4b0a6c3a /cpp/src/slice2cppe/Main.cpp
parentRemoved use of Ice::Context (diff)
downloadice-f2240c4965b5ee019bdad39c8d6a5ddb155296a1.tar.bz2
ice-f2240c4965b5ee019bdad39c8d6a5ddb155296a1.tar.xz
ice-f2240c4965b5ee019bdad39c8d6a5ddb155296a1.zip
Do not add ICEE_PURE_CLIENT around local interface definitions
Diffstat (limited to 'cpp/src/slice2cppe/Main.cpp')
-rw-r--r--cpp/src/slice2cppe/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Main.cpp b/cpp/src/slice2cppe/Main.cpp
index 1a48d4b7f2f..cb8288dcda9 100644
--- a/cpp/src/slice2cppe/Main.cpp
+++ b/cpp/src/slice2cppe/Main.cpp
@@ -200,7 +200,7 @@ main(int argc, char* argv[])
else
{
Gen gen(argv[0], icecpp.getBaseName(), headerExtension, sourceExtension, include,
- includePaths, dllExport, output, impl, ice);
+ includePaths, dllExport, output, impl);
if(!gen)
{
u->destroy();