summaryrefslogtreecommitdiff
path: root/php/lib/IceGrid.php
blob: 023c39f4b082f1a4d122a654449dae4c626dc811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
// **********************************************************************
//
// Copyright (c) 2003-2016 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.
//
// **********************************************************************

require_once 'IceGrid/Admin.php';
require_once 'IceGrid/Descriptor.php';
require_once 'IceGrid/FileParser.php';
require_once 'IceGrid/Registry.php';
require_once 'IceGrid/UserAccountMapper.php';
?>