summaryrefslogtreecommitdiff
path: root/cpp/src/slice2docbook/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2docbook/Gen.h')
-rw-r--r--cpp/src/slice2docbook/Gen.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/slice2docbook/Gen.h b/cpp/src/slice2docbook/Gen.h
index ecef04e51df..97cbe3e1274 100644
--- a/cpp/src/slice2docbook/Gen.h
+++ b/cpp/src/slice2docbook/Gen.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
@@ -21,11 +21,9 @@ class Gen : private ::IceUtil::noncopyable, public ParserVisitor
{
public:
- Gen(const std::string&, const std::string&, bool, bool, bool, bool);
+ Gen(const std::string&, bool, bool, bool, bool);
virtual ~Gen();
- bool operator!() const; // Returns true if there was a constructor error
-
void generate(const UnitPtr&);
void closeOutput();