From 39c3a0f56b6dc3b4e9c43c2a08ec0e8bfb01015d Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Tue, 5 Apr 2005 11:27:37 +0000 Subject: Removing class support from slice2javae and slice2cppe translators. removed generation of object marshalling code added validation code for parsers added feature set flag to slice parser library (defaults to Ice feature set) --- 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 87a5f82ebfd..0b463233774 100644 --- a/cpp/src/slice2cppe/Main.cpp +++ b/cpp/src/slice2cppe/Main.cpp @@ -189,7 +189,7 @@ main(int argc, char* argv[]) else { UnitPtr u = Unit::createUnit(false, false, ice, caseSensitive); - int parseStatus = u->parse(cppHandle, debug); + int parseStatus = u->parse(cppHandle, debug, Slice::IceE); if(!icecpp.close()) { -- cgit v1.2.3