~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to php/demo/Ice/hello/client.php

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martín
  • Date: 2011-06-25 19:44:26 UTC
  • mfrom: (6.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110625194426-9fip3u3hlwheohvl
Tags: 3.4.2-1
New upstream release (Closes: #631456).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
<?php
10
10
// **********************************************************************
11
11
//
12
 
// Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
 
12
// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
13
13
//
14
14
// This copy of Ice is licensed to you under the terms described in the
15
15
// ICE_LICENSE file included in this distribution.
16
16
//
17
17
// **********************************************************************
18
18
 
19
 
require 'Ice.php';
20
 
require 'Hello.php';
 
19
require_once 'Ice.php';
 
20
require_once 'Hello.php';
21
21
 
22
22
$ICE = Ice_initialize();
23
23