Skip to content

Commit c8f82a4

Browse files
committed
cov #1973189
1 parent afaac0a commit c8f82a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

IntelPresentMon/PresentMonMiddleware/source/FrameEventQuery.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ struct PM_FRAME_QUERY
4040
void GatherToBlob(const Context& ctx, uint8_t* pDestBlob) const;
4141
size_t GetBlobSize() const;
4242
std::optional<uint32_t> GetReferencedDevice() const;
43+
44+
PM_FRAME_QUERY(const PM_FRAME_QUERY&) = delete;
45+
PM_FRAME_QUERY& operator=(const PM_FRAME_QUERY&) = delete;
46+
PM_FRAME_QUERY(PM_FRAME_QUERY&&) = delete;
47+
PM_FRAME_QUERY& operator=(PM_FRAME_QUERY&&) = delete;
48+
4349
private:
4450
// functions
4551
std::unique_ptr<pmon::mid::GatherCommand_> MapQueryElementToGatherCommand_(const PM_QUERY_ELEMENT& q, size_t pos);

0 commit comments

Comments
 (0)