Last change
on this file since 268 was 268, checked in by ansari, 26 years ago |
fin ndataBlock + AnyDataObj cree rz+cmv 26/4/99
|
File size:
401 bytes
|
Rev | Line | |
---|
[268] | 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 |
|
---|
| 10 | namespace PlanckDPC {
|
---|
| 11 |
|
---|
| 12 | class AnyDataObj {
|
---|
| 13 | public:
|
---|
| 14 | AnyDataObj() { }
|
---|
| 15 | virtual ~AnyDataObj() { }
|
---|
| 16 | };
|
---|
| 17 |
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.