blob: 5a44edc7c6c6418ef0177ed22daa0621f2837f6a [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C++
// --------------------------------------------------------
#ifndef PRODUCERCONSUMER_DATAEXCHANGE_PUBDATA_PULLC_H
#define PRODUCERCONSUMER_DATAEXCHANGE_PUBDATA_PULLC_H
/************************************************************
PullC class header
************************************************************/
#include "ProducerConsumer/DataExchange_PubData/Pkg_DataExchange_PubData.h"
namespace ProducerConsumer {
namespace derivedTypes {
namespace ProducerConsumer {
namespace components {
namespace interfaces {
class PullConsumer_PubData;
}
}
}
}
}
namespace ProducerConsumer {
namespace DataExchange_PubData {
/************************************************************/
/**
*
*/
class PullC {
public:
/**
*
* @return ret
*/
virtual ::ProducerConsumer::derivedTypes::ProducerConsumer::components::interfaces::PullConsumer_PubData* get_pullCPullConsumer_PubData() = 0;
};
/************************************************************/
/* External declarations (package visibility) */
/************************************************************/
/* Inline functions */
} // of namespace DataExchange_PubData
} // of namespace ProducerConsumer
/************************************************************
End of PullC class header
************************************************************/
#endif