2009-12-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
[moon.git] / src / bitmapcache.cpp
blob106ea385fe99302f9b3d9337c92c1de7de2a0e01
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * Contact:
4 * Moonlight List (moonlight-list@lists.ximian.com)
6 * Copyright 2009 Novell, Inc. (http://www.novell.com)
8 * See the LICENSE file included with the distribution for details.
9 *
12 #include <config.h>
14 #include <cairo.h>
15 #include <glib.h>
17 #include "bitmapcache.h"
20 CacheMode::CacheMode ()
22 SetObjectType (Type::CACHEMODE);
25 CacheMode::~CacheMode ()
29 BitmapCache::BitmapCache ()
31 SetObjectType (Type::BITMAPCACHE);
34 BitmapCache::~BitmapCache ()