diff options
Diffstat (limited to 'cpp/include/IceSSL/RSAPrivateKeyF.h')
-rw-r--r-- | cpp/include/IceSSL/RSAPrivateKeyF.h | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/cpp/include/IceSSL/RSAPrivateKeyF.h b/cpp/include/IceSSL/RSAPrivateKeyF.h index e8e301845d4..b907d439030 100644 --- a/cpp/include/IceSSL/RSAPrivateKeyF.h +++ b/cpp/include/IceSSL/RSAPrivateKeyF.h @@ -1,37 +1,37 @@ -// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_SSL_RSA_PRIVATE_KEY_F_H
-#define ICE_SSL_RSA_PRIVATE_KEY_F_H
-
-#include <Ice/Handle.h>
-
-namespace IceSSL
-{
-
-namespace OpenSSL
-{
-
-class RSAPrivateKey;
-typedef IceInternal::Handle<RSAPrivateKey> RSAPrivateKeyPtr;
-
-}
-
-}
-
-namespace IceInternal
-{
-
-void incRef(::IceSSL::OpenSSL::RSAPrivateKey*);
-void decRef(::IceSSL::OpenSSL::RSAPrivateKey*);
-
-}
-
-#endif
+// ********************************************************************** +// +// Copyright (c) 2001 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef ICE_SSL_RSA_PRIVATE_KEY_F_H +#define ICE_SSL_RSA_PRIVATE_KEY_F_H + +#include <Ice/Handle.h> + +namespace IceSSL +{ + +namespace OpenSSL +{ + +class RSAPrivateKey; +typedef IceInternal::Handle<RSAPrivateKey> RSAPrivateKeyPtr; + +} + +} + +namespace IceInternal +{ + +void incRef(::IceSSL::OpenSSL::RSAPrivateKey*); +void decRef(::IceSSL::OpenSSL::RSAPrivateKey*); + +} + +#endif |