]> git.ipfire.org Git - thirdparty/squid.git/blame - src/StoreMetaObjSize.h
Boilerplate: update copyright blurbs on src/
[thirdparty/squid.git] / src / StoreMetaObjSize.h
CommitLineData
9e6e1d99 1/*
bbc27441 2 * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
9e6e1d99 3 *
bbc27441
AJ
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
9e6e1d99 7 */
bbc27441 8
9e6e1d99 9#ifndef SQUID_STOREMETAOBJSIZE_H
10#define SQUID_STOREMETAOBJSIZE_H
11
e1f7507e 12#include "MemPool.h"
602d9612 13#include "StoreMeta.h"
9e6e1d99 14
15class StoreMetaObjSize : public StoreMeta
16{
17
18public:
19 MEMPROXY_CLASS(StoreMetaObjSize);
20
21 char getType() const {return STORE_META_OBJSIZE;}
22};
23
e1f7507e 24MEMPROXY_CLASS_INLINE(StoreMetaObjSize);
9e6e1d99 25
26#endif /* SQUID_STOREMETAOBJSIZE_H */