// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef ICEGRID_DESCRIPTOR_PARSER_H #define ICEGRID_DESCRIPTOR_PARSER_H namespace IceGrid { namespace DescriptorParser { ApplicationDescriptor parseDescriptor(const std::string&, const Ice::StringSeq&, const std::map&, const std::shared_ptr&, const std::shared_ptr&); ApplicationDescriptor parseDescriptor(const std::string&, const std::shared_ptr&); } } #endif