Ejemplo n.º 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);
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
Ejemplo n.º 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);
		}
Ejemplo n.º 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);
Ejemplo n.º 6
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, [MarshalAs (UnmanagedType.SysInt)] int retry_limit, IntPtr pool);
Ejemplo n.º 7
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);
Ejemplo n.º 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);
Ejemplo n.º 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);