Browse Source

normalizing

sync
Volker Birk 6 years ago
parent
commit
3da916cd0d
  1. 7
      locked_queue.hh
  2. 7
      pc_container.hh

7
locked_queue.hh

@ -1,7 +1,7 @@
// this file is under GNU GPL 3.0, see LICENSE.txt // This file is under GNU General Public License 3.0
// see LICENSE.txt
#ifndef PEP_LOCKED_QUEUE #pragma once
#define PEP_LOCKED_QUEUE
#include <list> #include <list>
#include <condition_variable> #include <condition_variable>
@ -161,4 +161,3 @@ namespace utility
}; };
} }
#endif // PEP_LOCKED_QUEUE

7
pc_container.hh

@ -1,5 +1,7 @@
#ifndef PEP_LIB_PC_CONTAINER // This file is under GNU General Public License 3.0
#define PEP_LIB_PC_CONTAINER // see LICENSE.txt
#pragma once
// Conainer adapter that contains a container and a producer/consume queue // Conainer adapter that contains a container and a producer/consume queue
// that holds references to all changed elements // that holds references to all changed elements
@ -80,4 +82,3 @@ private:
} // end of namespace pEp } // end of namespace pEp
#endif // PEP_LIB_PC_CONTAINER

Loading…
Cancel
Save