s3-epmapper: Commented unimplemented functions.
authorAndreas Schneider <asn@samba.org>
Tue, 18 Jan 2011 08:48:35 +0000 (09:48 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 2 Feb 2011 11:44:20 +0000 (12:44 +0100)
source3/rpc_server/srv_epmapper.c

index 028cadfb1456fcc57cc02b8ab7cbfc37aa7bfcc7..b21b17a9271d14c56918db82d408f767b339f34d 100644 (file)
@@ -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)