summaryrefslogtreecommitdiffstats
path: root/private/net/svcdlls/lls/llscli.acf
diff options
context:
space:
mode:
Diffstat (limited to 'private/net/svcdlls/lls/llscli.acf')
-rw-r--r--private/net/svcdlls/lls/llscli.acf46
1 files changed, 46 insertions, 0 deletions
diff --git a/private/net/svcdlls/lls/llscli.acf b/private/net/svcdlls/lls/llscli.acf
new file mode 100644
index 000000000..708b5f4ac
--- /dev/null
+++ b/private/net/svcdlls/lls/llscli.acf
@@ -0,0 +1,46 @@
+/*++
+
+Copyright (c) 1995 Microsoft Corporation
+
+Module Name:
+
+ llscli.acf
+
+Abstract:
+
+ License Logging Service CLIENT rpc stub attribute configuration file.
+
+ This file contains the attribute configuration information necessary
+ for generating the client stubs for remotable LLS functions.
+
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !! !!
+ !! This .acf file is USED ONLY WHEN GENERATING LLS CLIENT STUBS. !!
+ !! !!
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+
+ Use llssrv.acf when generating server stubs.
+
+
+Author:
+
+ Arthur Hanson (arth) Jan 30, 1995
+
+Environment:
+
+ User Mode
+
+Revision History:
+
+--*/
+
+[
+ implicit_handle(handle_t llsrpc_handle)
+]
+
+interface llsrpc
+
+{
+
+}