|
Last change
on this file since 48 was
22,
checked in by rings, 15 years ago
|
|
|
-
Property svn:executable set to
*
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | #ifndef TriggerCommandsOffLine_CheckNewMediaRemoved_h
|
|---|
| 2 | #define TriggerCommandsOffLine_CheckNewMediaRemoved_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 CheckNewMediaRemoved
|
|---|
| 17 | * \brief This class provides processing for UE_CHECK_NEW_MEDIA_STREAM_IS_REMOVED Trigger command.
|
|---|
| 18 | */
|
|---|
| 19 | class CheckNewMediaRemoved : public UpperTestAdapter::Processors::TriggerCommandsImpl
|
|---|
| 20 | {
|
|---|
| 21 | static std::string CheckNewMediaRemovedId;
|
|---|
| 22 |
|
|---|
| 23 | boost::shared_ptr<UpperTestAdapter::Processors::TriggerCommandsImpl> m_successor;
|
|---|
| 24 |
|
|---|
| 25 | boost::shared_ptr<EutIPInterface> m_eutIface;
|
|---|
| 26 |
|
|---|
| 27 | public:
|
|---|
| 28 | CheckNewMediaRemoved();
|
|---|
| 29 | ~CheckNewMediaRemoved();
|
|---|
| 30 |
|
|---|
| 31 | public: // Public interface.
|
|---|
| 32 | int Process(const std::string &trigger, const std::vector<std::string> ¶meterList);
|
|---|
| 33 | void SetSuccessor(boost::shared_ptr<UpperTestAdapter::Processors::TriggerCommandsImpl> successor);
|
|---|
| 34 | };
|
|---|
| 35 |
|
|---|
| 36 | } } } // namespaces
|
|---|
| 37 |
|
|---|
| 38 | #endif // TriggerCommandsOffLine_CheckNewMediaRemoved_h
|
|---|
| 39 |
|
|---|
Note: See
TracBrowser
for help on using the repository browser.