From 90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Wed, 19 Apr 2006 14:54:28 +0000 Subject: Added method to detroy session from backend --- 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 7457f79f670..c9261337313 100644 --- a/cpp/src/slice2cppe/Main.cpp +++ b/cpp/src/slice2cppe/Main.cpp @@ -204,7 +204,7 @@ main(int argc, char* argv[]) else { Gen gen(argv[0], icecpp.getBaseName(), headerExtension, sourceExtension, extraHeaders, include, - includePaths, dllExport, output, impl); + includePaths, dllExport, output, impl, ice); if(!gen) { u->destroy(); -- cgit v1.2.3