TraceLevelsF.h
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #ifndef ICE_TRACE_LEVELS_F_H
11 #define ICE_TRACE_LEVELS_F_H
12 
13 #include <IceUtil/Shared.h>
14 
15 #include <Ice/Handle.h>
16 
17 namespace IceInternal
18 {
19 
20  class TraceLevels;
21  IceUtil::Shared* upCast(TraceLevels*);
23 
24 }
25 
26 #endif
IceInternal::Handle
Definition: forward_declarations.h:8
IceInternal::TraceLevelsPtr
Handle< TraceLevels > TraceLevelsPtr
Definition: TraceLevelsF.h:22
IceInternal
Definition: InstrumentationI.h:16
IceInternal::upCast
IceUtil::Shared * upCast(TraceLevels *)