server: Move set_security_object to handle.c and set_object_sd to object.c.
commit5af809abfd5c13c6a3aec9f72c1651d6fb871da2
authorRob Shearman <rob@codeweavers.com>
Tue, 2 Oct 2007 14:54:51 +0000 (2 15:54 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 3 Oct 2007 09:04:43 +0000 (3 11:04 +0200)
tree9da05b92292df0041eceed7648713237cf3c6846
parent3d3369a77c407288efdca0f8cfe642ecd1a8aa4a
server: Move set_security_object to handle.c and set_object_sd to object.c.

These both don't operate on tokens so token.c is not the right place for
them to be implemented.
server/handle.c
server/object.c
server/object.h
server/security.h
server/token.c