aboutsummaryrefslogtreecommitdiff
path: root/src/nids.cpp
blob: b8ea13bfc5afaa5221ae0e8d547bab2f661d1a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "bu/nids.h"

Bu::Nids::Nids( Bu::Stream &sStore ) :
	sStore( sStore )
{
}

Bu::Nids::~Nids()
{
}

void Bu::Nids::initialize( int iBlockSize, int iPreAllocate )
{
}

int Bu::Nids::createStream( int iPreAllocate )
{
	return 0;
}