Exemple #1
0
 [DllImport(svnclientlib)] static extern void svn_client_get_simple_prompt_provider(IntPtr item, svn_auth_simple_prompt_func_t prompt_func, IntPtr prompt_batton, int retry_limit, IntPtr pool);
Exemple #2
0
 public override void client_get_simple_prompt_provider(IntPtr item, svn_auth_simple_prompt_func_t prompt_func, IntPtr prompt_batton, int retry_limit, IntPtr pool)
 {
     svn_client_get_simple_prompt_provider(item, prompt_func, prompt_batton, retry_limit, pool);
 }
Exemple #3
0
		[DllImport(svnclientlib)] static extern void svn_client_get_simple_prompt_provider (IntPtr item, svn_auth_simple_prompt_func_t prompt_func, IntPtr prompt_batton, int retry_limit, IntPtr pool);
Exemple #4
0
		public override void client_get_simple_prompt_provider (IntPtr item, svn_auth_simple_prompt_func_t prompt_func, IntPtr prompt_batton, int retry_limit, IntPtr pool)
		{
			svn_client_get_simple_prompt_provider (item, prompt_func, prompt_batton, retry_limit, pool);
		}
Exemple #5
0
 public abstract void client_get_simple_prompt_provider(IntPtr item, svn_auth_simple_prompt_func_t prompt_func, IntPtr prompt_batton, int retry_limit, IntPtr pool);
		[DllImport(svnclientlib)] static extern void svn_client_get_simple_prompt_provider (IntPtr item, svn_auth_simple_prompt_func_t prompt_func, IntPtr prompt_batton, [MarshalAs (UnmanagedType.SysInt)] int retry_limit, IntPtr pool);
		public abstract void client_get_simple_prompt_provider (IntPtr item, svn_auth_simple_prompt_func_t prompt_func, IntPtr prompt_batton, int retry_limit, IntPtr pool);
Exemple #8
0
 internal void svn_client_get_simple_prompt_provider(out IntPtr provider,
                                                     svn_auth_simple_prompt_func_t prompt_func,
                                                     IntPtr prompt_baton, int retry_limit, IntPtr pool);
Exemple #9
0
 internal void svn_client_get_simple_prompt_provider(out IntPtr provider, 
 											svn_auth_simple_prompt_func_t prompt_func, 
 											IntPtr prompt_baton, int retry_limit, IntPtr pool);