summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/threadPoolPriority/Test.ice
blob: 6245c3b749dedfefd28596ffa9717f1f9ae8ca47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#pragma once

module Test
{

interface Priority
{
    void shutdown();
    int getPriority();
}

}