Interface class providing file server functionality. More...

Public Member Functions | |
| NDFileServer (NDChannel *chan) | |
| Do not call this constructor directly. | |
| virtual NDResult | ndFileServerValidate (NDNodeID remote_node, const char *filename, NDFileMode open_mode)=0 |
Protected Attributes | |
| NDChannel * | channel |
Interface class providing file server functionality
| NDFileServer::NDFileServer | ( | NDChannel * | chan | ) |
Do not call this constructor directly. Instead, subclass the NDFileServer class, implementing the ndFileServerValidate() function. Then instantiate that subclass.
1.6.1