diff dbus-d-javatests/dsrc/DBusTesting.d @ 6:963d271f7c25

disabled event stuff, to have working example
author Frank Benoit <benoit@tionex.de>
date Sun, 28 Oct 2007 19:35:38 +0100
parents 7c2c75740370
children
line wrap: on
line diff
--- a/dbus-d-javatests/dsrc/DBusTesting.d	Sun Oct 21 19:22:41 2007 +0200
+++ b/dbus-d-javatests/dsrc/DBusTesting.d	Sun Oct 28 19:35:38 2007 +0100
@@ -63,14 +63,14 @@
 		o_double = i_double;
 		o_string = i_string.reverse;
 	}
-
+/+
 	public void triggerSignal( in int count ){
 		checkCall( "triggerSignal" );
 		for( int i = 0; i < count; i++ ){
 			testSigI.opCall( i );
 		}
 	}
-
++/
 }
 
 //mixin( createJavaImplementation( "MyClass", ["DBusInterface.dbustest.DImpl" ] ));