comparison 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
comparison
equal deleted inserted replaced
5:7c2c75740370 6:963d271f7c25
61 o_long = i_long + 1; 61 o_long = i_long + 1;
62 o_ulong = i_ulong + 1; 62 o_ulong = i_ulong + 1;
63 o_double = i_double; 63 o_double = i_double;
64 o_string = i_string.reverse; 64 o_string = i_string.reverse;
65 } 65 }
66 66 /+
67 public void triggerSignal( in int count ){ 67 public void triggerSignal( in int count ){
68 checkCall( "triggerSignal" ); 68 checkCall( "triggerSignal" );
69 for( int i = 0; i < count; i++ ){ 69 for( int i = 0; i < count; i++ ){
70 testSigI.opCall( i ); 70 testSigI.opCall( i );
71 } 71 }
72 } 72 }
73 73 +/
74 } 74 }
75 75
76 //mixin( createJavaImplementation( "MyClass", ["DBusInterface.dbustest.DImpl" ] )); 76 //mixin( createJavaImplementation( "MyClass", ["DBusInterface.dbustest.DImpl" ] ));
77 77
78 78