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 <Ice/Handle.h>
14#include <IceUtil/Shared.h>
15
16namespace IceInternal
17{
18
19 class TraceLevels;
20 IceUtil::Shared* upCast(TraceLevels*);
22
23} // namespace IceInternal
24
25#endif
This file is part of ArmarX.
Handle< TraceLevels > TraceLevelsPtr
IceUtil::Shared * upCast(TraceLevels *)