DEBSOURCES
Skip Quicknav
sources / zeroc-ice / 3.7.10-3.1 / python / test / Ice / defaultServant / Test.ice
123456789101112131415
// // Copyright (c) ZeroC, Inc. All rights reserved. // #pragma once module Test { interface MyObject { string getName(); } }