summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/dfs.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-17 15:07:24 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-17 15:07:24 +0200
commit5975cbc2606104c0eeaea12891ee6934e413f395 (patch)
treede94df97d3ad3d71eb09454ebcd565aa8e71deba /source3/librpc/idl/dfs.idl
parent06999ae473b5a1fdf21b44fa5866ad1dbc47d749 (diff)
downloadsamba-5975cbc2606104c0eeaea12891ee6934e413f395.tar.gz
samba-5975cbc2606104c0eeaea12891ee6934e413f395.tar.bz2
samba-5975cbc2606104c0eeaea12891ee6934e413f395.zip
Sync addition of [todo] attribute to Samba 3.
Diffstat (limited to 'source3/librpc/idl/dfs.idl')
-rw-r--r--source3/librpc/idl/dfs.idl16
1 files changed, 9 insertions, 7 deletions
diff --git a/source3/librpc/idl/dfs.idl b/source3/librpc/idl/dfs.idl
index a729b0e560..1b145f3dfa 100644
--- a/source3/librpc/idl/dfs.idl
+++ b/source3/librpc/idl/dfs.idl
@@ -2,6 +2,8 @@
dfs interface definition
*/
+import "misc.idl";
+
[ uuid("4fc742e0-4a10-11cf-8273-00aa004ae673"),
version(3.0),
pointer_default(unique),
@@ -307,16 +309,16 @@
);
/* Function 0x06 */
- WERROR dfs_Rename();
+ [todo] WERROR dfs_Rename();
/* Function 0x07 */
- WERROR dfs_Move();
+ [todo] WERROR dfs_Move();
/* Function 0x08 */
- WERROR dfs_ManagerGetConfigInfo();
+ [todo] WERROR dfs_ManagerGetConfigInfo();
/* Function 0x09 */
- WERROR dfs_ManagerSendSiteInfo();
+ [todo] WERROR dfs_ManagerSendSiteInfo();
/* Function 0x0a */
typedef struct {
@@ -398,10 +400,10 @@
);
/* Function 0x13 */
- WERROR dfs_Add2();
+ [todo] WERROR dfs_Add2();
/* Function 0x14 */
- WERROR dfs_Remove2();
+ [todo] WERROR dfs_Remove2();
/* Function 0x15 */
[public] WERROR dfs_EnumEx(
@@ -413,5 +415,5 @@
);
/* Function 0x16 */
- WERROR dfs_SetInfo2();
+ [todo] WERROR dfs_SetInfo2();
}