diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-04-01 15:42:10 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-04-01 15:42:10 +0000 |
commit | f496752b90c2d5c9099b7dbca383bd30820a6ebd (patch) | |
tree | daba3e307aea127eccb2b1c50fe9353f18f1ca05 /cpp/src/IceGrid/DescriptorUtil.h | |
parent | ObjectNotExistException is now retried. (diff) | |
download | ice-f496752b90c2d5c9099b7dbca383bd30820a6ebd.tar.bz2 ice-f496752b90c2d5c9099b7dbca383bd30820a6ebd.tar.xz ice-f496752b90c2d5c9099b7dbca383bd30820a6ebd.zip |
Copied IcePack code to IceGrid.
Diffstat (limited to 'cpp/src/IceGrid/DescriptorUtil.h')
-rw-r--r-- | cpp/src/IceGrid/DescriptorUtil.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/DescriptorUtil.h b/cpp/src/IceGrid/DescriptorUtil.h new file mode 100644 index 00000000000..97f3c3986eb --- /dev/null +++ b/cpp/src/IceGrid/DescriptorUtil.h @@ -0,0 +1,22 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2005 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 ICEPACK_DESCRIPTOR_UTIL_H +#define ICEPACK_DESCRIPTOR_UTIL_H + +#include <IceGrid/Admin.h> + +namespace IceGrid +{ + +bool equal(const ServerDescriptorPtr&, const ServerDescriptorPtr&); + +} + +#endif |