From 78499c848a9c2bafe1db1ec7ceaf8556e2d7c7cc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 21 Aug 2009 22:12:10 +0000 Subject: Added loads of debugging to sharedcore, we're sure it's to blame, but not as much anymore, for the fishtrax issues, maybe. --- src/tests/sharedcore.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/tests/sharedcore.cpp') diff --git a/src/tests/sharedcore.cpp b/src/tests/sharedcore.cpp index 9f65ac5..381661a 100644 --- a/src/tests/sharedcore.cpp +++ b/src/tests/sharedcore.cpp @@ -78,5 +78,14 @@ int main() line( a.setVal( b.getVal() ); ) line( a == b; ) + + { + Shint c( b ); + Shint d( c ); + sio << c.getVal(); + d.setVal( 43 ); + } + + sio << b.getVal(); } -- cgit v1.2.3