#ifndef _PROVIDES_MY_STRING_H__
#define _PROVIDES_MY_STRING_H__
#include "MyString_idl.h"
#include "../../ccacore/ProvidesPort.h"
class ProvidesMyString: public MyString_idl, public ProvidesPort{
};
#endif // _PROVIDES_MY_STRING_H__
Back to CCA Compliant HPC++
based CCAT Components