BOSS 7.1.1
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="[email protected]">Mireia Dosil</a>
6 * $Revision: 1.1.1.1 $
7 * $Date: 2007/04/26 12:43:06 $
8 *
9 * Implements the factory
10 */
11
12
13
15#include "ESController/SC.h"
16
18{
19 return new efpsc::SC();
20}
21
22
Definition SC.h:25
efhlt::Interface * factory(void)
Definition factory.cxx:17
Creates an Interface object of the concrete type efpsc::Psc.