* fhandler.h (class fhandler_mailslot): Declare new private method

get_object_attr.
	* fhandler_mailslot.cc (fhandler_mailslot::get_object_attr): Implement.
	(fhandler_mailslot::open): Replace calls to path_conv::get_object_attr
	with calls to fhandler_mailslot::get_object_attr.
This commit is contained in:
Corinna Vinschen
2009-11-11 18:16:57 +00:00
parent afb7f5666d
commit c08f09ab78
3 changed files with 30 additions and 3 deletions

View File

@ -397,6 +397,7 @@ class fhandler_base
class fhandler_mailslot : public fhandler_base
{
POBJECT_ATTRIBUTES get_object_attr (OBJECT_ATTRIBUTES &, PUNICODE_STRING);
public:
fhandler_mailslot ();
int __stdcall fstat (struct __stat64 *buf) __attribute__ ((regparm (2)));