summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-10-03 15:26:20 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-10-03 15:26:20 +0000
commit16e914e9c7a8bf2506b5f235375e3ad7143f3f4d (patch)
treefbcdf19a37fc34fc57fe32be67ed923c1a22083b /cpp/src
parentAdded distributions (diff)
downloadice-16e914e9c7a8bf2506b5f235375e3ad7143f3f4d.tar.bz2
ice-16e914e9c7a8bf2506b5f235375e3ad7143f3f4d.tar.xz
ice-16e914e9c7a8bf2506b5f235375e3ad7143f3f4d.zip
Fixed bogus dependency on Internal.h in icegridadmin
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceGrid/DescriptorHelper.h2
-rw-r--r--cpp/src/IceGrid/Internal.ice2
2 files changed, 1 insertions, 3 deletions
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
{
/**