25 class FETPAPI_DLL_IMPORT_OR_EXPORT StoreOSDUHandlers :
public ProtocolHandlers
28 StoreOSDUHandlers(
AbstractSession* mySession): ProtocolHandlers(mySession) {}
29 virtual ~StoreOSDUHandlers() =
default;
36 std::vector<std::string> getCopiedDataobjects()
const {
37 return copiedDataobjects;
39 void clearCopiedDataobjects() { copiedDataobjects.clear(); }
42 std::vector<std::string> copiedDataobjects;