- Timestamp:
- 28/08/2011 17:07:25 (9 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/server/makeprotocol.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/server/makeprotocol.pl.in
r2985 r2990 142 142 143 143 # open files 144 my $h_filename = 'autogen_'.$protocol_name.'Protocol.h'; 145 open CPP,'>autogen_'.$protocol_name.'Protocol.cpp'; 146 open H,">$h_filename"; 144 my $filename_base = 'autogen_'.$protocol_name.'Protocol'; 145 print "Writing $filename_base.cpp\n"; 146 print "Writing $filename_base.h\n"; 147 open CPP, "> $filename_base.cpp"; 148 open H, "> $filename_base.h"; 147 149 148 150 my $guardname = uc 'AUTOGEN_'.$protocol_name.'Protocol_H'; … … 156 158 #include <sstream> 157 159 158 #include "$ h_filename"160 #include "$filename_base.h" 159 161 #include "IOStream.h" 160 162 __E
Note: See TracChangeset
for help on using the changeset viewer.
