diff options
Diffstat (limited to 'cpp/test/Slice/parser/CircularB.ice')
-rw-r--r-- | cpp/test/Slice/parser/CircularB.ice | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cpp/test/Slice/parser/CircularB.ice b/cpp/test/Slice/parser/CircularB.ice new file mode 100644 index 00000000000..3367becf87f --- /dev/null +++ b/cpp/test/Slice/parser/CircularB.ice @@ -0,0 +1,25 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#ifndef CIRCULARB_ICE +#define CIRCULARB_ICE + +#include <CircularA.ice> + +module Test +{ + +class B +{ + void shutdown(); +}; + +}; + +#endif |