Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-xmltooling.git] / xmltooling / util / StorageService.cpp
index 7b6717a..6c563b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2007 Internet2
+ *  Copyright 2001-2009 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
 /**
  * StorageService.cpp
  * 
- * Registration of factories for built-in storage services
+ * Generic data storage interface.
  */
 
 #include "internal.h"
@@ -35,3 +35,11 @@ void XMLTOOL_API xmltooling::registerStorageServices()
     XMLToolingConfig& conf=XMLToolingConfig::getConfig();
     conf.StorageServiceManager.registerFactory(MEMORY_STORAGE_SERVICE, MemoryStorageServiceFactory);
 }
+
+StorageService::StorageService()
+{
+}
+
+StorageService::~StorageService()
+{
+}