DEBSOURCES
Skip Quicknav
sources / zeroc-ice / 3.7.10-4 / cpp / test / IceStorm / federation2 / Event.ice
123456789101112131415
// // Copyright (c) ZeroC, Inc. All rights reserved. // #pragma once module Test { interface Event { void pub(string data); } }