BOSS 7.0.4
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
14#include "ESController/factory.h"
15#include "ESController/SC.h"
16
18{
19 return new efpsc::SC();
20}
21
22
efhlt::Interface * factory(void)
Definition: factory.cxx:17