diff options
Diffstat (limited to 'cpp/test/Slice/parser/CircularA.ice')
-rw-r--r-- | cpp/test/Slice/parser/CircularA.ice | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cpp/test/Slice/parser/CircularA.ice b/cpp/test/Slice/parser/CircularA.ice new file mode 100644 index 00000000000..1346daf1112 --- /dev/null +++ b/cpp/test/Slice/parser/CircularA.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 CIRCULARA_ICE +#define CIRCULARA_ICE + +#include <CircularB.ice> + +module Test +{ + +class A +{ + void shutdown(); +}; + +}; + +#endif |