;SyncHndl.def : Declares the module parameters for the DLL.

 LIBRARY      brfhndlr

EXPORTS
     DllCanUnloadNow             @2     PRIVATE            ;DLL unloading
     DllGetClassObject           @3	PRIVATE             ;Component object model
     DllRegisterServer           @4	PRIVATE
     RunDllRegister		 @5