1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
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.
17 #include "bitmapcache.h"
20 CacheMode::CacheMode ()
22 SetObjectType (Type::CACHEMODE
);
25 CacheMode::~CacheMode ()
29 BitmapCache::BitmapCache ()
31 SetObjectType (Type::BITMAPCACHE
);
34 BitmapCache::~BitmapCache ()