move some extern declarations

This commit is contained in:
Robin Müller 2022-09-16 17:04:39 +02:00
parent 86797bb6db
commit d959489cf3
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 3 additions and 7 deletions

View File

@ -5,6 +5,9 @@
namespace cfdp {
extern PacketInfoListBase* PACKET_LIST_PTR;
extern LostSegmentsListBase* LOST_SEGMENTS_PTR;
class ExampleUserHandler : public UserBase {
public:
explicit ExampleUserHandler(HasFileSystemIF& vfs) : cfdp::UserBase(vfs) {}

View File

@ -10,13 +10,6 @@
class TmFunnel;
class CcsdsDistributor;
#if OBSW_ADD_CFDP_COMPONENTS == 1
namespace cfdp {
extern PacketInfoListBase* PACKET_LIST_PTR;
extern LostSegmentsListBase* LOST_SEGMENTS_PTR;
} // namespace cfdp
#endif
namespace ObjectFactory {
/**