diff options
Diffstat (limited to 'cpp/slice/Ice/ConnectionF.ice')
-rw-r--r-- | cpp/slice/Ice/ConnectionF.ice | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cpp/slice/Ice/ConnectionF.ice b/cpp/slice/Ice/ConnectionF.ice new file mode 100644 index 00000000000..7daba58adda --- /dev/null +++ b/cpp/slice/Ice/ConnectionF.ice @@ -0,0 +1,20 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2004 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 ICE_CONNECTION_F_ICE +#define ICE_CONNECTION_F_ICE + +module Ice +{ + +local interface Connection; + +}; + +#endif |