diff options
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 |