exConnInterface.h
#pragma once
#include <vl/exerciseConn.h>
{
public:
{
if (connection)
{
}
}
{
}
protected:
};
exConnInterface.cxx
#include <vl/commentInteraction.h>
{
{
DtCommentInteraction commentInteraction;
commentInteraction.setComment(commentString.c_str(), commentString.size());
myExConn->sendStamped(commentInteraction);
}
}