summaryrefslogtreecommitdiff
path: root/src/libnml/buffer/phantom.hh
blob: 44c628a31422903f2e11d8051dcf18c438ab33cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/********************************************************************
* Description: phantom.hh
*
*   Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: LGPL Version 2
* System: Linux
*    
* Copyright (c) 2004 All rights reserved.
*
* Last change: 
********************************************************************/

#ifndef PHANTOM_HH
#define PHANTOM_HH

#include "cms.hh"

class PHANTOMMEM:public CMS {
  public:
    PHANTOMMEM(const char *bufline, const char *procline);
      virtual ~ PHANTOMMEM();
    virtual CMS_STATUS main_access(void *_local);
};

#endif