Last change
on this file since 463 was 463, checked in by ercodmgr, 26 years ago |
HelpToTex + CopyObj (ds Adapter) et PawExecutor cmv+Reza 12/10/99
|
File size:
584 bytes
|
Rev | Line | |
---|
[463] | 1 | // This may look like C code, but it is really -*- C++ -*-
|
---|
| 2 | // Classe d ajustement pour piapp
|
---|
| 3 | // cmv 98-99
|
---|
| 4 | // CEA-DAPNIA LAL-IN2P3/CNRS
|
---|
| 5 |
|
---|
| 6 | #ifndef PAWEXECUTOR_H_SEEN
|
---|
| 7 | #define PAWEXECUTOR_H_SEEN
|
---|
| 8 |
|
---|
| 9 | #include "machdefs.h"
|
---|
| 10 | #include <string>
|
---|
| 11 | #include <vector>
|
---|
| 12 |
|
---|
| 13 | #include "anydataobj.h"
|
---|
| 14 | #include "piacmd.h"
|
---|
| 15 |
|
---|
| 16 | class PAWExecutor : public CmdExecutor {
|
---|
| 17 | public:
|
---|
| 18 | PAWExecutor(PIACmd* piac, PIStdImgApp* app);
|
---|
| 19 | virtual ~PAWExecutor();
|
---|
| 20 | virtual int Execute(string& keyw, vector<string>& args);
|
---|
| 21 | protected:
|
---|
| 22 | PIStdImgApp* mApp;
|
---|
| 23 | };
|
---|
| 24 |
|
---|
| 25 | #endif
|
---|
| 26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.