GobySoft/goby

goby::util::DynamicProtobufManager should be typedef'd to dccl::DynamicProtobufManager

Closed this issue · 1 comments

These two classes started life as copies of each other (currently I think they are almost identical), so going forward Goby should just use the version in DCCL to avoid duplication of fixes.

This will require making goby_util depend on libdccl, but there's not much to goby without DCCL, so I'm not concerned about bumping up DCCL one level as a dependency.