summaryrefslogtreecommitdiff
path: root/cpp/src/FreezeScript/DumpDescriptors.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-06-28 15:50:28 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-06-28 15:50:28 +0000
commit2c17b9664a0894e9061a7e4b942e560d9325580d (patch)
treeaa5ea77377ada4b070255d56f92a2c2d5323786a /cpp/src/FreezeScript/DumpDescriptors.h
parentfix for removal of removeObjectFactory in bug 472 (diff)
downloadice-2c17b9664a0894e9061a7e4b942e560d9325580d.tar.bz2
ice-2c17b9664a0894e9061a7e4b942e560d9325580d.tar.xz
ice-2c17b9664a0894e9061a7e4b942e560d9325580d.zip
bug 1149
Diffstat (limited to 'cpp/src/FreezeScript/DumpDescriptors.h')
-rw-r--r--cpp/src/FreezeScript/DumpDescriptors.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/FreezeScript/DumpDescriptors.h b/cpp/src/FreezeScript/DumpDescriptors.h
index 25986f0e63a..fa4a3018dc1 100644
--- a/cpp/src/FreezeScript/DumpDescriptors.h
+++ b/cpp/src/FreezeScript/DumpDescriptors.h
@@ -246,13 +246,15 @@ class RecordDescriptor : public ExecutableContainerDescriptor
public:
RecordDescriptor(const DescriptorPtr&, int, const DataFactoryPtr&, const ErrorReporterPtr&,
- const IceXML::Attributes&, const Slice::UnitPtr&);
+ const IceXML::Attributes&, const Slice::UnitPtr&,
+ const FreezeScript::ObjectFactoryPtr&);
virtual void execute(const SymbolTablePtr&, ExecuteInfo*);
private:
Slice::UnitPtr _unit;
+ FreezeScript::ObjectFactoryPtr _objectFactory;
};
typedef IceUtil::Handle<RecordDescriptor> RecordDescriptorPtr;