summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/InterfaceRedefinition.ice
blob: c5f23d3660f9f464146752ae5c83b3f1294fe7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// **********************************************************************
//
// Copyright (c) 2001
// MutableRealms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
//
// **********************************************************************

interface Intf1 { };
interface Intf1 { };
interface Intf1;

local interface Intf2 { };
local interface Intf2 { };
local interface Intf2;