Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-xmltooling.git] / xmltooling / security / impl / XSECCryptoX509CRL.cpp
index 787a101..8111609 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2007 The Apache Software Foundation.
+ * Copyright 2001-2009 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 using namespace xmltooling;
 
+XSECCryptoX509CRL::XSECCryptoX509CRL()
+{
+}
+
+XSECCryptoX509CRL::~XSECCryptoX509CRL()
+{
+}
+
 void XSECCryptoX509CRL::loadX509CRLPEM(const char* buf, unsigned int len)
 {
        const char * b;