Last change
on this file since 53 was
22,
checked in by rings, 14 years ago
|
|
-
Property svn:executable set to
*
|
File size:
839 bytes
|
Line | |
---|
1 | #ifndef TriggerCommandsOffLine_Default_h
|
---|
2 | #define TriggerCommandsOffLine_Default_h
|
---|
3 |
|
---|
4 | #include <boost/shared_ptr.hpp>
|
---|
5 | #include <string>
|
---|
6 | #include <iostream>
|
---|
7 |
|
---|
8 | #include "Processors/TriggerCommandsImpl.h"
|
---|
9 |
|
---|
10 | namespace UpperTestAdapter {
|
---|
11 |
|
---|
12 | namespace Processors {
|
---|
13 |
|
---|
14 | namespace TriggerCommandsOffLine {
|
---|
15 |
|
---|
16 | /*! Class Default
|
---|
17 | * \brief This class provides processing for the default Trigger command behavior.
|
---|
18 | */
|
---|
19 | class Default : public UpperTestAdapter::Processors::TriggerCommandsImpl
|
---|
20 | {
|
---|
21 | public:
|
---|
22 | Default();
|
---|
23 | ~Default();
|
---|
24 |
|
---|
25 | public: // Public interface.
|
---|
26 | int Process(const std::string &trigger, const std::vector<std::string> ¶meterList);
|
---|
27 | void SetSuccessor(boost::shared_ptr<UpperTestAdapter::Processors::TriggerCommandsImpl> successor) { };
|
---|
28 | };
|
---|
29 |
|
---|
30 | } } } // namespaces
|
---|
31 |
|
---|
32 | #endif // TriggerCommandsOffLine_Default_h
|
---|
33 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.