aboutsummaryrefslogtreecommitdiff
path: root/src/cachable.cpp
blob: 7fa2d23448907c1ecfad02aa7fe6ade9eb765a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "bu/cachable.h"

Bu::Cachable::Cachable()
{
}

Bu::Cachable::~Cachable()
{
}

template<> long Bu::getCacheId<Bu::Cachable>( const Bu::Cachable *o )
{
	return o->getCacheId();
}