2 //=============================================================================
4 * @file Gadget_Factory.cpp
6 * @author Christopher Kohlhoff <chris@kohlhoff.com>
8 //=============================================================================
10 #include "Gadget_Factory.h"
11 #include "Gadget_Impl.h"
13 Gadget_var
Gadget_Factory::create_gadget ()
15 return Gadget_var (new Gadget_Impl
);