18 lines
357 B
C++
18 lines
357 B
C++
|
#include <iostream>
|
||
|
|
||
|
#include "metadata.h"
|
||
|
|
||
|
using namespace persistent_data;
|
||
|
using namespace std;
|
||
|
using namespace thin_provisioning;
|
||
|
|
||
|
//----------------------------------------------------------------
|
||
|
|
||
|
int main(int argc, char **argv)
|
||
|
{
|
||
|
cerr << "not implemented yet" << endl;
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
//----------------------------------------------------------------
|