Guest User

Untitled

a guest
Aug 29th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1. // System includes
  2. #include <vector>
  3. #include <memory>
  4.  
  5. // Project includes
  6. #include "CommunicationManager.hpp"
  7.  
  8. template<typename Protocol, typename ProtocolHandler>
  9. std::vector<std::unique_ptr<Protocol>>
  10. CommunicationManager<Protocol, ProtocolHandler>::m_communicationClients;
  11.  
Add Comment
Please, Sign In to add comment