diff src/gearsTools/gen_Stub.pl @ 281:4d76280758db

move context.pm to util.pm ...
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 28 Jan 2020 16:50:07 +0900
parents 0a74a7bbe765
children
line wrap: on
line diff
--- a/src/gearsTools/gen_Stub.pl	Tue Jan 28 15:20:34 2020 +0900
+++ b/src/gearsTools/gen_Stub.pl	Tue Jan 28 16:50:07 2020 +0900
@@ -15,4 +15,5 @@
 my $target_cbc_file = shift;
 my $stubManager = Gears::Stub->new(file_name => File::Spec->rel2abs($target_cbc_file));
 
-$stubManager->findInterfacewImpl(File::Spec->rel2abs($target_cbc_file));
+my $interface_w_impl = $stubManager->findInterfacewImpl(File::Spec->rel2abs($target_cbc_file));
+