summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/MessageAuthenticatorF.h
blob: ed81c12300459f4dac4920abd04b273a3e10095f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// **********************************************************************
//
// Copyright (c) 2002
// MutableRealms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
//
// **********************************************************************

#ifndef ICE_MESSAGE_AUTHENTICATOR_F_H
#define ICE_MESSAGE_AUTHENTICATOR_F_H

#include <Ice/Handle.h>

namespace IceSecurity
{

namespace SecureUdp
{

class MessageAuthenticator;
typedef IceInternal::Handle<MessageAuthenticator> MessageAuthenticatorPtr;

}

}

namespace IceInternal
{

void incRef(::IceSecurity::SecureUdp::MessageAuthenticator*);
void decRef(::IceSecurity::SecureUdp::MessageAuthenticator*);

}

#endif