summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/stress/Event.ice
blob: 4762db01dd3d9c01ab37a36de93d4b0e35caa0f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#pragma once

module Test
{

interface Event
{
    void pub(int counter);
}

}