Exemplo n.º 1
0
 private static int FAMOpen(out FAMConnection fc)
 {
     if (FAMWatcher.use_gamin)
     {
         return(FAMWatcher.gamin_Open(out fc));
     }
     return(FAMWatcher.fam_Open(out fc));
 }
Exemplo n.º 2
0
 private static int FAMClose(ref FAMConnection fc)
 {
     if (FAMWatcher.use_gamin)
     {
         return(FAMWatcher.gamin_Close(ref fc));
     }
     return(FAMWatcher.fam_Close(ref fc));
 }
Exemplo n.º 3
0
 static int FAMClose(ref FAMConnection fc)
 {
     if (use_gamin)
     {
         return(gamin_Close(ref fc));
     }
     return(fam_Close(ref fc));
 }
Exemplo n.º 4
0
 static int FAMCancelMonitor(ref FAMConnection fc, ref FAMRequest fr)
 {
     if (use_gamin)
     {
         return(gamin_CancelMonitor(ref fc, ref fr));
     }
     return(fam_CancelMonitor(ref fc, ref fr));
 }
Exemplo n.º 5
0
 static int FAMMonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data)
 {
     if (use_gamin)
     {
         return(gamin_MonitorDirectory(ref fc, filename, out fr, user_data));
     }
     return(fam_MonitorDirectory(ref fc, filename, out fr, user_data));
 }
Exemplo n.º 6
0
 static int FAMPending(ref FAMConnection fc)
 {
     if (use_gamin)
     {
         return(gamin_Pending(ref fc));
     }
     return(fam_Pending(ref fc));
 }
Exemplo n.º 7
0
 private static int FAMPending(ref FAMConnection fc)
 {
     if (FAMWatcher.use_gamin)
     {
         return(FAMWatcher.gamin_Pending(ref fc));
     }
     return(FAMWatcher.fam_Pending(ref fc));
 }
Exemplo n.º 8
0
 static int FAMOpen(out FAMConnection fc)
 {
     if (use_gamin)
     {
         return(gamin_Open(out fc));
     }
     return(fam_Open(out fc));
 }
Exemplo n.º 9
0
 private static int FAMCancelMonitor(ref FAMConnection fc, ref FAMRequest fr)
 {
     if (FAMWatcher.use_gamin)
     {
         return(FAMWatcher.gamin_CancelMonitor(ref fc, ref fr));
     }
     return(FAMWatcher.fam_CancelMonitor(ref fc, ref fr));
 }
Exemplo n.º 10
0
 extern static int gamin_Open(out FAMConnection fc);
Exemplo n.º 11
0
 extern static int fam_Close(ref FAMConnection fc);
Exemplo n.º 12
0
		static int FAMClose (ref FAMConnection fc)
		{
			if (use_gamin)
				return gamin_Close (ref fc);
			return fam_Close (ref fc);
		}
Exemplo n.º 13
0
 private static extern int gamin_Close(ref FAMConnection fc);
Exemplo n.º 14
0
 private static extern int fam_Pending(ref FAMConnection fc);
Exemplo n.º 15
0
		static int FAMCancelMonitor (ref FAMConnection fc, ref FAMRequest fr)
		{
			if (use_gamin)
				return gamin_CancelMonitor (ref fc, ref fr);
			return fam_CancelMonitor (ref fc, ref fr);
		}
Exemplo n.º 16
0
		extern static int gamin_Close (ref FAMConnection fc);
Exemplo n.º 17
0
		extern static int gamin_MonitorDirectory (ref FAMConnection fc, string filename,
							out FAMRequest fr, IntPtr user_data);
Exemplo n.º 18
0
		extern static int fam_Pending (ref FAMConnection fc);
Exemplo n.º 19
0
		extern static int gamin_Open (out FAMConnection fc);
Exemplo n.º 20
0
		extern static int fam_Close (ref FAMConnection fc);
Exemplo n.º 21
0
		extern static int fam_Open (out FAMConnection fc);
Exemplo n.º 22
0
		static int FAMPending (ref FAMConnection fc)
		{
			if (use_gamin)
				return gamin_Pending (ref fc);
			return fam_Pending (ref fc);
		}
Exemplo n.º 23
0
 extern static int gamin_MonitorDirectory(ref FAMConnection fc, string filename,
                                          out FAMRequest fr, IntPtr user_data);
Exemplo n.º 24
0
 private static extern int fam_Open(out FAMConnection fc);
		static int gamin_CancelMonitor (ref FAMConnection fc, ref FAMRequest fr)
		{
			throw new System.NotImplementedException();
		}
Exemplo n.º 26
0
 private static extern int fam_MonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data);
Exemplo n.º 27
0
		extern static int gamin_CancelMonitor (ref FAMConnection fc, ref FAMRequest fr);
Exemplo n.º 28
0
		static int FAMMonitorDirectory (ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data)
		{
			if (use_gamin)
				return gamin_MonitorDirectory (ref fc, filename, out fr, user_data);
			return fam_MonitorDirectory (ref fc, filename, out fr, user_data);
		}
Exemplo n.º 29
0
 private static extern int fam_Close(ref FAMConnection fc);
Exemplo n.º 30
0
		extern static int gamin_Pending (ref FAMConnection fc);
Exemplo n.º 31
0
 private static extern int fam_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
Exemplo n.º 32
0
		extern static int InternalFAMNextEvent (ref FAMConnection fc, out string filename,
							out int code, out int reqnum);
Exemplo n.º 33
0
 private static extern int gamin_Open(out FAMConnection fc);
		static int InternalFAMNextEvent (ref FAMConnection fc, out string filename,
		out int code, out int reqnum)
		{
			throw new System.NotImplementedException();
		}
Exemplo n.º 35
0
 private static extern int gamin_Pending(ref FAMConnection fc);
Exemplo n.º 36
0
		static int FAMOpen (out FAMConnection fc)
		{
			if (use_gamin)
				return gamin_Open (out fc);
			return fam_Open (out fc);
		}
Exemplo n.º 37
0
 static int gamin_MonitorDirectory(ref FAMConnection fc, string filename,
                                   out FAMRequest fr, IntPtr user_data)
 {
     throw new System.NotImplementedException();
 }
		static int gamin_Pending (ref FAMConnection fc)
		{
			throw new System.NotImplementedException();
		}
Exemplo n.º 39
0
 static int gamin_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 40
0
 static int gamin_Pending(ref FAMConnection fc)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 41
0
 extern static int fam_Open(out FAMConnection fc);
Exemplo n.º 42
0
 static int InternalFAMNextEvent(ref FAMConnection fc, out string filename,
                                 out int code, out int reqnum)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 43
0
 extern static int fam_Pending(ref FAMConnection fc);
Exemplo n.º 44
0
 extern static int gamin_Pending(ref FAMConnection fc);
Exemplo n.º 45
0
 extern static int gamin_Close(ref FAMConnection fc);
		static int gamin_Open (out FAMConnection fc)
		{
			throw new System.NotImplementedException();
		}
Exemplo n.º 47
0
 extern static int gamin_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
		static int gamin_MonitorDirectory (ref FAMConnection fc, string filename,
		out FAMRequest fr, IntPtr user_data)
		{
			throw new System.NotImplementedException();
		}
Exemplo n.º 49
0
 extern static int InternalFAMNextEvent(ref FAMConnection fc, out string filename,
                                        out int code, out int reqnum);
		static int fam_Close (ref FAMConnection fc)
		{
			throw new System.NotImplementedException();
		}