class Akenti::CertificateRequest

A CertificateRequest object is a reference-count pointer that wraps a CertificateRequestImpl

Inheritance:


Public Methods

[more] CertificateRequest (CertificateRequestImpl* impl = NULL)
Constructs a CertificateRequest given a CertificateRequestImpl object.
[more] ~CertificateRequest ()
Decrements the count of references to the wrapped CertificateRequestImpl object.


Documentation

A CertificateRequest object is a reference-count pointer that wraps a CertificateRequestImpl

o CertificateRequest(CertificateRequestImpl* impl = NULL)
Constructs a CertificateRequest given a CertificateRequestImpl object.

Parameters:
impl - wrapped CertificateRequestImpl object
See Also:
ref_ptr
CertificateRequestImpl

o ~CertificateRequest()
Decrements the count of references to the wrapped CertificateRequestImpl object. If this count is zero, then the wrapped object is deleted.

See Also:
ref_ptr


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
ref_ptr
CertificateImpl

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.