Author: greatlrd
Date: Wed Apr 26 09:06:22 2006
New Revision: 21744
URL:
http://svn.reactos.ru/svn/reactos?rev=21744&view=rev
Log:
[AUDIT] after looking through code no signs of reverse engineering were found.
BUG 1432 patch from w3seek : Get tools/cabman compile with gcc4
Modified:
trunk/reactos/tools/cabman/cabinet.h (contents, props changed)
Modified: trunk/reactos/tools/cabman/cabinet.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/tools/cabman/cabinet.h?rev=…
==============================================================================
--- trunk/reactos/tools/cabman/cabinet.h (original)
+++ trunk/reactos/tools/cabman/cabinet.h Wed Apr 26 09:06:22 2006
@@ -309,9 +309,9 @@
/* Default destructor */
virtual ~CCabinet();
/* Determines if a character is a separator */
- bool CCabinet::IsSeparator(char Char);
+ bool IsSeparator(char Char);
/* Replaces \ or / with the one used be the host environment */
- char* CCabinet::ConvertPath(char* Path, bool Allocate);
+ char* ConvertPath(char* Path, bool Allocate);
/* Returns a pointer to the filename part of a fully qualified filename */
char* GetFileName(char* Path);
/* Removes a filename from a fully qualified filename */
Propchange: trunk/reactos/tools/cabman/cabinet.h
------------------------------------------------------------------------------
--- svn:needs-lock (original)
+++ svn:needs-lock (removed)
@@ -1,1 +1,0 @@
-*