Source code
Revision control
Copy as Markdown
Other Tools
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
#ifndef COMM_MAILNEWS_EXTENSIONS_SMIME_NSCERTGEN_H_
#define COMM_MAILNEWS_EXTENSIONS_SMIME_NSCERTGEN_H_
#include "nsICertGen.h"
class nsCertGen : public nsICertGen {
public:
NS_DECL_ISUPPORTS
NS_DECL_NSICERTGEN
nsCertGen() {}
protected:
virtual ~nsCertGen() {}
};
#endif // COMM_MAILNEWS_EXTENSIONS_SMIME_NSCERTGEN_H_