DEBSOURCES
Skip Quicknav
sources / zeroc-ice / 3.7.10-4 / cpp / test / Ice / services / Test.ice
123456789101112131415
// // Copyright (c) ZeroC, Inc. All rights reserved. // #pragma once module Test { interface Clock { void tick(string time); } }