1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
3 * ff2-bridge.cpp: Firefox 2.x bridge
6 * Moonlight List (moonlight-list@lists.ximian.com)
8 * Copyright 2007 Novell, Inc. (http://www.novell.com)
10 * See the LICENSE file included with the distribution for details.
16 #include "ff2-bridge.h"
18 BrowserBridge
* CreateBrowserBridge ()
20 return new FF2BrowserBridge ();