diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-19 14:54:28 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-19 14:54:28 +0000 |
commit | 90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e (patch) | |
tree | 3399cf11248ce48b992dd63a264568129c420054 /cpp/src/slice2cppe/Main.cpp | |
parent | fix for assertion failure on FC5 (diff) | |
download | ice-90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e.tar.bz2 ice-90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e.tar.xz ice-90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e.zip |
Added method to detroy session from backend
Diffstat (limited to 'cpp/src/slice2cppe/Main.cpp')
-rw-r--r-- | cpp/src/slice2cppe/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |