Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


IceGrid::DistributionDescriptor

Overview

[ "cpp:comparable" ] struct DistributionDescriptor

A distribution descriptor defines an IcePatch2 server and the directories to retrieve from the patch server.

Used By

Data Member Index

icepatch — The proxy of the IcePatch2 server.
directories — The source directories.

Data Members

string icepatch;

The proxy of the IcePatch2 server.

[ "java:type:java.util.LinkedList<String>" ] Ice::StringSeq directories;

The source directories.


  • No labels