blob: 8eb23b40892ee986da896e3f5f79df638d9d1829 (
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
["cs:namespace:Ice.threadPoolPriority"]
module Test
{
interface Priority
{
void shutdown();
string getPriority();
}
}
|