diff options
author | Andreas Schneider <asn@samba.org> | 2011-01-18 09:48:35 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-02-02 12:44:20 +0100 |
commit | bd5d14e6fa778b77217ca326828fd61cf516bd9b (patch) | |
tree | 805375962e61ed3d41f98df9dd70f1e0fc206fc1 | |
parent | c451a454b3a87301ed17b3e7a06de37e6cfcb41e (diff) | |
download | samba-bd5d14e6fa778b77217ca326828fd61cf516bd9b.tar.gz samba-bd5d14e6fa778b77217ca326828fd61cf516bd9b.tar.bz2 samba-bd5d14e6fa778b77217ca326828fd61cf516bd9b.zip |
s3-epmapper: Commented unimplemented functions.
-rw-r--r-- | source3/rpc_server/srv_epmapper.c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/source3/rpc_server/srv_epmapper.c b/source3/rpc_server/srv_epmapper.c index 028cadfb14..b21b17a927 100644 --- a/source3/rpc_server/srv_epmapper.c +++ b/source3/rpc_server/srv_epmapper.c @@ -3,7 +3,7 @@ Endpoint server for the epmapper pipe - Copyright (C) 2010 Andreas Schneider <asn@samba.org> + Copyright (C) 2010-2011 Andreas Schneider <asn@samba.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -981,8 +981,11 @@ error_status_t _epm_LookupHandleFree(struct pipes_struct *p, /* - epm_InqObject -*/ + * epm_InqObject + * + * A client implementation SHOULD NOT call this method. These extensions do not + * provide an alternative method. + */ error_status_t _epm_InqObject(struct pipes_struct *p, struct epm_InqObject *r) { @@ -992,7 +995,10 @@ error_status_t _epm_InqObject(struct pipes_struct *p, /* - epm_MgmtDelete + * epm_MgmtDelete + * + * A client implementation SHOULD NOT call this method. These extensions do not + * provide an alternative method. */ error_status_t _epm_MgmtDelete(struct pipes_struct *p, struct epm_MgmtDelete *r) |