normalizing

sync
Volker Birk 2019-11-16 17:52:29 +01:00
parent 5ff0137603
commit 3da916cd0d
2 changed files with 7 additions and 7 deletions

View File

@ -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
#define PEP_LOCKED_QUEUE
#pragma once
#include <list>
#include <condition_variable>
@ -161,4 +161,3 @@ namespace utility
};
}
#endif // PEP_LOCKED_QUEUE

View File

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