source: Sophya/trunk/SophyaPI/PIext/pawexecut.h@ 463

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
RevLine 
[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
16class PAWExecutor : public CmdExecutor {
17public:
18 PAWExecutor(PIACmd* piac, PIStdImgApp* app);
19 virtual ~PAWExecutor();
20 virtual int Execute(string& keyw, vector<string>& args);
21protected:
22 PIStdImgApp* mApp;
23};
24
25#endif
26
Note: See TracBrowser for help on using the repository browser.