summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/distribution/Test.ice
blob: 6ca36bbe730feb1566382d44ec84d8f0dd26e315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#pragma once

module Test
{

interface TestIntf
{
    string getServerFile(string path);
    string getApplicationFile(string path);
}

}