Update of /cvsroot/pywin32/pywin32/com/win32comext/directsound/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10529/com/win32comext/directsound/src
Modified Files:
PyIDirectSoundBuffer.h PyIDirectSoundCapture.h
PyIDirectSoundCaptureBuffer.cpp
Log Message:
Comment changes.
Index: PyIDirectSoundCapture.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/directsound/src/PyIDirectSoundCapture.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PyIDirectSoundCapture.h 7 Mar 2005 22:18:45 -0000 1.1
--- PyIDirectSoundCapture.h 7 Mar 2005 22:35:42 -0000 1.2
***************
*** 1,3 ****
! // This file declares the IDirectSound Interface for Python.
// ---------------------------------------------------
//
--- 1,3 ----
! // This file declares the IDirectSoundCapture Interface for Python.
// ---------------------------------------------------
//
Index: PyIDirectSoundCaptureBuffer.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/directsound/src/PyIDirectSoundCaptureBuffer.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PyIDirectSoundCaptureBuffer.cpp 7 Mar 2005 22:18:45 -0000 1.1
--- PyIDirectSoundCaptureBuffer.cpp 7 Mar 2005 22:35:42 -0000 1.2
***************
*** 1,3 ****
! // This file implements the IDirectSound Interface for Python.
#include "directsound_pch.h"
--- 1,3 ----
! // This file implements the IDirectSoundCaptureBuffer Interface for Python.
#include "directsound_pch.h"
Index: PyIDirectSoundBuffer.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/directsound/src/PyIDirectSoundBuffer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PyIDirectSoundBuffer.h 30 Nov 2004 21:30:28 -0000 1.1
--- PyIDirectSoundBuffer.h 7 Mar 2005 22:35:41 -0000 1.2
***************
*** 1,3 ****
! // This file declares the IDirectSound Interface for Python.
// ---------------------------------------------------
//
--- 1,3 ----
! // This file declares the IDirectSoundBuffer Interface for Python.
// ---------------------------------------------------
//
|