BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
ComPackBaseBase.h
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: ComPackBaseBase.h,v 1.2 2009/12/23 02:59:56 zhangy Exp $
4//
5// Description:
6// Class ComPackBaseBase. Untemplated base to ComPackBase, which exists
7// solely to make the *((*&!@$(& return code untemplated!!!!!
8// - Templated base class for utility classes that
9// take a concrete numerical type and convert it for use in micro
10// and nano databases.
11//
12// Environment:
13// Software developed for the BaBar Detector at the SLAC B-Factory.
14//
15// Author List:
16// Dave Brown
17//
18// Copyright Information:
19// Copyright (C) 2001 Lawrence Berkeley National Lab
20//
21// History:
22// Migration for BESIII MDC
23//
24//--------------------------------------------------------------------------
25
26#ifndef COMPACKBASEBASE_HH
27#define COMPACKBASEBASE_HH
28
30public:
31 //////////////////
32 // Status codes //
33 //////////////////
34
38};
39#endif