BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
factory.cxx
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/**
4 * @file factory.cxx
5 * @author <a href="dosil@ifae.es">Mireia Dosil</a>
6 * $Revision: 1.1.1.1 $
7 * $Date: 2007/04/26 12:43:06 $
8 *
9 * Implements the factory
10 */
11
13#include "ESController/SC.h"
14
15efhlt::Interface* factory( void ) { return new efpsc::SC(); }
Definition SC.h:24
efhlt::Interface * factory(void)
Definition factory.cxx:15
Creates an Interface object of the concrete type efpsc::Psc.