X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FFile.hpp;h=3268fb7b7efb6eae5c45d9d7b150a7b1b4d48675;hp=cf839e78ac46db33047836cbb4cfa67634970d30;hb=15131cc4552b38de0638fa84164e509b05bb6c11;hpb=aec8b88e8222617959b869d62d7801642138cf7a diff --git a/src/File.hpp b/src/File.hpp index cf839e7..3268fb7 100644 --- a/src/File.hpp +++ b/src/File.hpp @@ -143,11 +143,7 @@ namespace suPHP { * Returns owning group of file */ GroupInfo getGroup() const throw (SystemException); - - /** - * Checks whether this file is a symlink - */ - bool isSymlink() const throw (SystemException); + }; };