move some extern declarations
This commit is contained in:
parent
86797bb6db
commit
d959489cf3
@ -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) {}
|
||||
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user