summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/SlicedDataF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/SlicedDataF.h')
-rw-r--r--cpp/include/Ice/SlicedDataF.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/cpp/include/Ice/SlicedDataF.h b/cpp/include/Ice/SlicedDataF.h
new file mode 100644
index 00000000000..30c4ca4365c
--- /dev/null
+++ b/cpp/include/Ice/SlicedDataF.h
@@ -0,0 +1,30 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2011 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.
+//
+// **********************************************************************
+
+#ifndef ICE_SLICED_DATA_F_H
+#define ICE_SLICED_DATA_F_H
+
+#include <IceUtil/Shared.h>
+#include <Ice/Handle.h>
+
+namespace Ice
+{
+
+struct SliceInfo;
+ICE_API IceUtil::Shared* upCast(SliceInfo*);
+typedef IceInternal::Handle<SliceInfo> SliceInfoPtr;
+typedef ::std::vector<SliceInfoPtr> SliceInfoSeq;
+
+class SlicedData;
+ICE_API IceUtil::Shared* upCast(SlicedData*);
+typedef IceInternal::Handle<SlicedData> SlicedDataPtr;
+
+}
+
+#endif