Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
DynamicLibraryF.h
Go to the documentation of this file.
1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
4
5#ifndef ICE_DYNAMIC_LIBRARY_F_H
6#define ICE_DYNAMIC_LIBRARY_F_H
7
8#include <IceUtil/Shared.h>
9
10#include <Ice/Handle.h>
11
12namespace IceInternal
13{
14
15class DynamicLibrary;
16ICE_API IceUtil::Shared* upCast(DynamicLibrary*);
17typedef Handle<DynamicLibrary> DynamicLibraryPtr;
18
19class DynamicLibraryList;
20ICE_API IceUtil::Shared* upCast(DynamicLibraryList*);
21typedef Handle<DynamicLibraryList> DynamicLibraryListPtr;
22
23}
24#endif
#define ICE_API
Definition Config.h:197