diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-10-03 15:26:20 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-10-03 15:26:20 +0000 |
commit | 16e914e9c7a8bf2506b5f235375e3ad7143f3f4d (patch) | |
tree | fbcdf19a37fc34fc57fe32be67ed923c1a22083b /cpp | |
parent | Added distributions (diff) | |
download | ice-16e914e9c7a8bf2506b5f235375e3ad7143f3f4d.tar.bz2 ice-16e914e9c7a8bf2506b5f235375e3ad7143f3f4d.tar.xz ice-16e914e9c7a8bf2506b5f235375e3ad7143f3f4d.zip |
Fixed bogus dependency on Internal.h in icegridadmin
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/IceGrid/Descriptor.ice | 1 | ||||
-rw-r--r-- | cpp/src/IceGrid/DescriptorHelper.h | 2 | ||||
-rw-r--r-- | cpp/src/IceGrid/Internal.ice | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/cpp/slice/IceGrid/Descriptor.ice b/cpp/slice/IceGrid/Descriptor.ice index 2fa235fb1bc..cd67dbdedd2 100644 --- a/cpp/slice/IceGrid/Descriptor.ice +++ b/cpp/slice/IceGrid/Descriptor.ice @@ -200,6 +200,7 @@ struct DistributionDescriptor /** The source directories. */ Ice::StringSeq directories; }; +dictionary<string, DistributionDescriptor> DistributionDescriptorDict; /** * diff --git a/cpp/src/IceGrid/DescriptorHelper.h b/cpp/src/IceGrid/DescriptorHelper.h index 44526fa9f90..1cd19533590 100644 --- a/cpp/src/IceGrid/DescriptorHelper.h +++ b/cpp/src/IceGrid/DescriptorHelper.h @@ -11,8 +11,8 @@ #define ICE_GRID_DESCRIPTOR_HELPER_H #include <IceUtil/OutputUtil.h> -#include <IceGrid/Internal.h> #include <IceXML/Parser.h> +#include <IceGrid/Admin.h> namespace IceGrid { diff --git a/cpp/src/IceGrid/Internal.ice b/cpp/src/IceGrid/Internal.ice index c8fd4ace16f..7557a344c3a 100644 --- a/cpp/src/IceGrid/Internal.ice +++ b/cpp/src/IceGrid/Internal.ice @@ -209,8 +209,6 @@ interface Server ["ami"] void setProcess(Ice::Process* proc); }; -dictionary<string, DistributionDescriptor> DistributionDescriptorDict; - interface Node { /** |