source: Sophya/trunk/SophyaLib/BaseTools/anydataobj.h@ 441

Last change on this file since 441 was 268, checked in by ansari, 26 years ago

fin ndataBlock + AnyDataObj cree rz+cmv 26/4/99

File size: 401 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2// Ancetre commun de tous les objets pour rtti
3// R.Ansari 04/99
4// LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA
5#ifndef ANYDATAOBJ_H_SEEN
6#define ANYDATAOBJ_H_SEEN
7
8#include "machdefs.h"
9
10namespace PlanckDPC {
11
12class AnyDataObj {
13public:
14 AnyDataObj() { }
15 virtual ~AnyDataObj() { }
16};
17
18}
19
20#endif
Note: See TracBrowser for help on using the repository browser.