From f2240c4965b5ee019bdad39c8d6a5ddb155296a1 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Tue, 5 Jul 2005 13:19:22 +0000 Subject: Do not add ICEE_PURE_CLIENT around local interface definitions --- cpp/src/slice2cppe/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cppe/Main.cpp') 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(); -- cgit v1.2.3