Add RegistrationService to allow cpp clients to register receivers even though they're not using DObject
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6268 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -76,7 +76,7 @@ public class GenCPPReceiverTask extends GenReceiverTask
|
||||
protected static final String RECEIVER_HEADER_TMPL =
|
||||
"com/threerings/presents/tools/cpp/receiver_h.mustache";
|
||||
protected static final String DECODER_HEADER_TMPL =
|
||||
"com/threerings/corpse/tools/decoder_h.mustache";
|
||||
"com/threerings/presents/tools/cpp/decoder_h.mustache";
|
||||
protected static final String DECODER_CPP_TMPL =
|
||||
"com/threerings/presents/tools/cpp/decoder_cpp.mustache";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user