Update of /cvsroot/bdadev/TuneReqStore In directory sc8-pr-cvs1:/tmp/cvs-serv10822 Modified Files: StdAfx.cpp TuneInfo.cpp TuneInfo.h TuneReqStore.cpp TuneReqStore.idl TuneRequestStore.cpp TuneRequestStore.h Removed Files: TuneReqStore.h Log Message: removed midl generated file Index: StdAfx.cpp =================================================================== RCS file: /cvsroot/bdadev/TuneReqStore/StdAfx.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** StdAfx.cpp 17 Feb 2003 16:57:40 -0000 1.1.1.1 --- StdAfx.cpp 19 Feb 2003 17:21:42 -0000 1.2 *************** *** 1,5 **** ! // stdafx.cpp : source file that includes just the standard includes ! // stdafx.pch will be the pre-compiled header ! // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" --- 1,21 ---- ! ///////////////////////////////////////////////////////////////////////////// ! // $Id$ ! ///////////////////////////////////////////////////////////////////////////// ! // TuneReqStore - A channel storage object that used XML to persist tune requests ! // Copyright (c) 2003 John Adcock. All rights reserved. ! ///////////////////////////////////////////////////////////////////////////// ! // ! // This file is subject to the terms of the GNU General Public License as ! // published by the Free Software Foundation. A copy of this license is ! // included with this software distribution in the file COPYING.txt. If you ! // do not have a copy, you may obtain a copy by writing to the Free ! // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ! // ! // This software is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details ! // ! ///////////////////////////////////////////////////////////////////////////// #include "stdafx.h" *************** *** 11,12 **** --- 27,37 ---- #include <atlimpl.cpp> + + ///////////////////////////////////////////////////////////////////////////// + // CVS Log + // + // $Log$ + // Revision 1.2 2003/02/19 17:21:42 adcockj + // removed midl generated file + // + ///////////////////////////////////////////////////////////////////////////// Index: TuneInfo.cpp =================================================================== RCS file: /cvsroot/bdadev/TuneReqStore/TuneInfo.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TuneInfo.cpp 19 Feb 2003 15:27:14 -0000 1.1 --- TuneInfo.cpp 19 Feb 2003 17:21:42 -0000 1.2 *************** *** 1,3 **** ! // TuneInfo.cpp : Implementation of CTuneInfo #include "stdafx.h" #include "TuneReqStore.h" --- 1,22 ---- ! ///////////////////////////////////////////////////////////////////////////// ! // $Id$ ! ///////////////////////////////////////////////////////////////////////////// ! // TuneReqStore - A channel storage object that used XML to persist tune requests ! // Copyright (c) 2003 John Adcock. All rights reserved. ! ///////////////////////////////////////////////////////////////////////////// ! // ! // This file is subject to the terms of the GNU General Public License as ! // published by the Free Software Foundation. A copy of this license is ! // included with this software distribution in the file COPYING.txt. If you ! // do not have a copy, you may obtain a copy by writing to the Free ! // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ! // ! // This software is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details ! // ! ///////////////////////////////////////////////////////////////////////////// ! #include "stdafx.h" #include "TuneReqStore.h" *************** *** 57,58 **** --- 76,86 ---- return S_OK; } + + ///////////////////////////////////////////////////////////////////////////// + // CVS Log + // + // $Log$ + // Revision 1.2 2003/02/19 17:21:42 adcockj + // removed midl generated file + // + ///////////////////////////////////////////////////////////////////////////// Index: TuneInfo.h =================================================================== RCS file: /cvsroot/bdadev/TuneReqStore/TuneInfo.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TuneInfo.h 19 Feb 2003 15:27:15 -0000 1.1 --- TuneInfo.h 19 Feb 2003 17:21:42 -0000 1.2 *************** *** 1,3 **** ! // TuneInfo.h : Declaration of the CTuneInfo #ifndef __TUNEINFO_H_ --- 1,21 ---- ! ///////////////////////////////////////////////////////////////////////////// ! // $Id$ ! ///////////////////////////////////////////////////////////////////////////// ! // TuneReqStore - A channel storage object that used XML to persist tune requests ! // Copyright (c) 2003 John Adcock. All rights reserved. ! ///////////////////////////////////////////////////////////////////////////// ! // ! // This file is subject to the terms of the GNU General Public License as ! // published by the Free Software Foundation. A copy of this license is ! // included with this software distribution in the file COPYING.txt. If you ! // do not have a copy, you may obtain a copy by writing to the Free ! // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ! // ! // This software is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details ! // ! ///////////////////////////////////////////////////////////////////////////// #ifndef __TUNEINFO_H_ Index: TuneReqStore.cpp =================================================================== RCS file: /cvsroot/bdadev/TuneReqStore/TuneReqStore.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TuneReqStore.cpp 19 Feb 2003 15:05:15 -0000 1.2 --- TuneReqStore.cpp 19 Feb 2003 17:21:42 -0000 1.3 *************** *** 1,4 **** ! // TuneReqStore.cpp : Implementation of DLL Exports. ! // Note: Proxy/Stub Information --- 1,21 ---- ! ///////////////////////////////////////////////////////////////////////////// ! // $Id$ ! ///////////////////////////////////////////////////////////////////////////// ! // TuneReqStore - A channel storage object that used XML to persist tune requests ! // Copyright (c) 2003 John Adcock. All rights reserved. ! ///////////////////////////////////////////////////////////////////////////// ! // ! // This file is subject to the terms of the GNU General Public License as ! // published by the Free Software Foundation. A copy of this license is ! // included with this software distribution in the file COPYING.txt. If you ! // do not have a copy, you may obtain a copy by writing to the Free ! // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ! // ! // This software is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details ! // ! ///////////////////////////////////////////////////////////////////////////// // Note: Proxy/Stub Information *************** *** 72,74 **** } ! --- 89,98 ---- } ! ///////////////////////////////////////////////////////////////////////////// ! // CVS Log ! // ! // $Log$ ! // Revision 1.3 2003/02/19 17:21:42 adcockj ! // removed midl generated file ! // ! ///////////////////////////////////////////////////////////////////////////// Index: TuneReqStore.idl =================================================================== RCS file: /cvsroot/bdadev/TuneReqStore/TuneReqStore.idl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TuneReqStore.idl 19 Feb 2003 15:05:19 -0000 1.2 --- TuneReqStore.idl 19 Feb 2003 17:21:43 -0000 1.3 *************** *** 29,32 **** --- 29,33 ---- uuid(603A3F81-4325-11D7-B840-0002A5623377), dual, + oleautomation, helpstring("ITuneInfo Interface"), pointer_default(unique) *************** *** 62,65 **** --- 63,67 ---- uuid(23F0B101-426E-11D7-B840-0002A5623377), dual, + oleautomation, helpstring("ITuneRequestStore Interface"), pointer_default(unique), *************** *** 105,106 **** --- 107,117 ---- }; }; + + ///////////////////////////////////////////////////////////////////////////// + // CVS Log + // + // $Log$ + // Revision 1.3 2003/02/19 17:21:43 adcockj + // removed midl generated file + // + ///////////////////////////////////////////////////////////////////////////// \ No newline at end of file Index: TuneRequestStore.cpp =================================================================== RCS file: /cvsroot/bdadev/TuneReqStore/TuneRequestStore.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TuneRequestStore.cpp 19 Feb 2003 15:05:19 -0000 1.4 --- TuneRequestStore.cpp 19 Feb 2003 17:21:43 -0000 1.5 *************** *** 789,790 **** --- 789,799 ---- return Result; } + + ///////////////////////////////////////////////////////////////////////////// + // CVS Log + // + // $Log$ + // Revision 1.5 2003/02/19 17:21:43 adcockj + // removed midl generated file + // + ///////////////////////////////////////////////////////////////////////////// Index: TuneRequestStore.h =================================================================== RCS file: /cvsroot/bdadev/TuneReqStore/TuneRequestStore.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TuneRequestStore.h 19 Feb 2003 15:05:19 -0000 1.3 --- TuneRequestStore.h 19 Feb 2003 17:21:43 -0000 1.4 *************** *** 1,3 **** ! // TuneRequestStore.h : Declaration of the CTuneRequestStore #ifndef __TUNEREQUESTSTORE_H_ --- 1,21 ---- ! ///////////////////////////////////////////////////////////////////////////// ! // $Id$ ! ///////////////////////////////////////////////////////////////////////////// ! // TuneReqStore - A channel storage object that used XML to persist tune requests ! // Copyright (c) 2003 John Adcock. All rights reserved. ! ///////////////////////////////////////////////////////////////////////////// ! // ! // This file is subject to the terms of the GNU General Public License as ! // published by the Free Software Foundation. A copy of this license is ! // included with this software distribution in the file COPYING.txt. If you ! // do not have a copy, you may obtain a copy by writing to the Free ! // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ! // ! // This software is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details ! // ! ///////////////////////////////////////////////////////////////////////////// #ifndef __TUNEREQUESTSTORE_H_ --- TuneReqStore.h DELETED --- |