| 
            Last change
 on this file since 575 was             552, checked in by ansari, 26 years ago           | 
        
        
          | 
             
namespace changed to SOPHYA cmv 5/11/99 
 
           | 
        
        
          | 
            File size:
            398 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 | 
 | 
|---|
| 10 | namespace SOPHYA {
 | 
|---|
| 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.