summaryrefslogtreecommitdiff
path: root/objective-c/test/Ice/objects/ObjectsDerivedEx.ice
blob: 53cd6c434fe524ad44e56591848c2a002100571e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#pragma once

#include <ObjectsTest.ice>

["objc:prefix:TestObjects"]
module Test
{

exception DerivedEx extends BaseEx
{
}

}