From 814f7459980cef37e288082c442624608bdca888 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Mon, 2 Feb 2004 22:19:20 +0000 Subject: changing semantics to make contents, base class optional --- cpp/src/FreezeScript/DumpDescriptors.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src/FreezeScript/DumpDescriptors.h') diff --git a/cpp/src/FreezeScript/DumpDescriptors.h b/cpp/src/FreezeScript/DumpDescriptors.h index 50fbc685127..b900ebae536 100644 --- a/cpp/src/FreezeScript/DumpDescriptors.h +++ b/cpp/src/FreezeScript/DumpDescriptors.h @@ -235,10 +235,14 @@ public: Slice::TypePtr type() const; std::string typeName() const; + bool base() const; + bool contents() const; private: Slice::TypePtr _type; + bool _base; + bool _contents; }; typedef IceUtil::Handle DumpDescriptorPtr; -- cgit v1.2.3