Initial commit
[SXSI/xpathcomp.git] / StorageInterface.cpp
1 /**********************************************
2  * StorageInterface.cpp
3  * ------------------------
4  * Abstract class defining methods for the storage interface.
5  * 
6  * Author: Greg Leighton
7  * Date: 02/11/08
8  */
9
10
11 #include "StorageInterface.h"
12
13 StorageInterface::~StorageInterface()
14 {
15         
16 }