[Lxr-commits] CVS: lxr/lib/LXR Files.pm,1.10,1.11
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2009-03-26 17:15:40
|
Update of /cvsroot/lxr/lxr/lib/LXR In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29733/lib/LXR Modified Files: Files.pm Log Message: Index: Files.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Files.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Files.pm 8 Apr 2006 13:37:58 -0000 1.10 +++ Files.pm 26 Mar 2009 17:15:28 -0000 1.11 @@ -105,6 +105,12 @@ warn "::isfile not implemented. Parameters: @_"; } +sub tmpfile { + my $self = shift; + # FIXME: This function really sucks and should be removed :) + warn "::tmpfile not implemented. Parameters: @_"; +} + sub toreal { # FIXME: this function should probably not exist, since it doesn't make sense for # all file access methods |