Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
01717c83
Commit
01717c83
authored
Jan 14, 2015
by
Artur Wieczorek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't define destructors for COM-based interfaces.
parent
b2a5e66f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
cap_dshow.cpp
modules/videoio/src/cap_dshow.cpp
+0
-8
No files found.
modules/videoio/src/cap_dshow.cpp
View file @
01717c83
...
...
@@ -134,8 +134,6 @@ public:
virtual
HRESULT
STDMETHODCALLTYPE
Clone
(
/* [out] */
IEnumPIDMap
**
ppIEnumPIDMap
)
=
0
;
virtual
~
IEnumPIDMap
()
{}
};
interface
IMPEG2PIDMap
:
public
IUnknown
...
...
@@ -151,8 +149,6 @@ interface IMPEG2PIDMap : public IUnknown
virtual
HRESULT
STDMETHODCALLTYPE
EnumPIDMap
(
/* [out] */
IEnumPIDMap
**
pIEnumPIDMap
)
=
0
;
virtual
~
IMPEG2PIDMap
()
{}
};
#endif
...
...
@@ -238,8 +234,6 @@ interface ISampleGrabberCB : public IUnknown
double
SampleTime
,
BYTE
*
pBuffer
,
LONG
BufferLen
)
=
0
;
virtual
~
ISampleGrabberCB
()
{}
};
interface
ISampleGrabber
:
public
IUnknown
...
...
@@ -266,8 +260,6 @@ interface ISampleGrabber : public IUnknown
virtual
HRESULT
STDMETHODCALLTYPE
SetCallback
(
ISampleGrabberCB
*
pCallback
,
LONG
WhichMethodToCallback
)
=
0
;
virtual
~
ISampleGrabber
()
{}
};
#ifndef HEADER
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment