1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #ifndef ICE_NETWORK_F_H
6 #define ICE_NETWORK_F_H
7 
8 #include <IceUtil/Shared.h>
9 
10 #include <Ice/Handle.h>
11 
12 namespace IceInternal
13 {
14 
15 #ifdef ICE_OS_UWP
16 struct ICE_API Address;
17 #else
18 union Address;
19 #endif
20 
21 }
22 
23 #endif
24