All Downloads are FREE. Search and download functionalities are using the official Maven repository.

IceBox.SliceChecksums Maven / Gradle / Ivy

There is a newer version: 3.7.10
Show newest version
// **********************************************************************
//
// Copyright (c) 2003-2018 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.
//
// **********************************************************************
//
// Ice version 3.7.1
//
// 
//
// Generated from file `'
//
// Warning: do not edit this file.
//
// 
//

package IceBox;

public class SliceChecksums
{
    public static final java.util.Map checksums;

    static
    {
        java.util.Map map = new java.util.HashMap<>();
        map.put("::IceBox::AlreadyStartedException", "d5b097af3221b37482d5f175502abf62");
        map.put("::IceBox::AlreadyStoppedException", "281d493a84d674b3a4335d6afc2c16");
        map.put("::IceBox::NoSuchServiceException", "5957f1c582d9aebad557cbdb7820d4");
        map.put("::IceBox::ServiceManager", "df3a42670c3ce4ef67d6125a5d04d4c");
        map.put("::IceBox::ServiceObserver", "f657781cda7438532a6c33e95988479c");
        checksums = java.util.Collections.unmodifiableMap(map);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy