diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-14 15:24:32 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-15 17:40:21 +0200 |
commit | b1b97e39ad1e8fabf42a14d5b268844f10115993 (patch) | |
tree | 340fc5807cace202b403544d1f7133190fdc6bbc /source4/librpc | |
parent | e7d49794942e68443518ab83a372857ebd4001c6 (diff) | |
download | samba-b1b97e39ad1e8fabf42a14d5b268844f10115993.tar.gz samba-b1b97e39ad1e8fabf42a14d5b268844f10115993.tar.bz2 samba-b1b97e39ad1e8fabf42a14d5b268844f10115993.zip |
Add wikipedia link to WMI.
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/wmi.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/idl/wmi.idl b/source4/librpc/idl/wmi.idl index c4a8ff706a..11f6b1beaf 100644 --- a/source4/librpc/idl/wmi.idl +++ b/source4/librpc/idl/wmi.idl @@ -1,3 +1,7 @@ +/* + * WMI IDL. + * See http://en.wikipedia.org/wiki/Windows_Management_Instrumentation for more information. + */ #include "idl_types.h" import "dcom.idl"; |