34 lines
		
	
	
		
			501 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			501 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/*++
 | 
						|
 | 
						|
Copyright (c) 2000 Microsoft Corporation
 | 
						|
 | 
						|
Module Name:
 | 
						|
    
 | 
						|
    davrpc.acf
 | 
						|
 | 
						|
Abstract:
 | 
						|
    
 | 
						|
    Define the DAV rpc interface.
 | 
						|
 | 
						|
Author:
 | 
						|
    
 | 
						|
    Rohan Kumar 24-Sept-99
 | 
						|
 | 
						|
Environment
 | 
						|
    
 | 
						|
    User mode WinNT.
 | 
						|
 | 
						|
--*/
 | 
						|
 | 
						|
/* Here we use the implicit binding method since we go to the   */
 | 
						|
/* same server all the time. Moreover this server is located on */
 | 
						|
/* the same machine as the client.                              */
 | 
						|
 | 
						|
[
 | 
						|
explicit_handle
 | 
						|
] 
 | 
						|
interface davclntrpc 
 | 
						|
{
 | 
						|
}
 | 
						|
 |