Shaka Packager SDK
libcrypto_threading.h
1 // Copyright 2014 Google Inc. All rights reserved.
2 //
3 // Use of this source code is governed by a BSD-style
4 // license that can be found in the LICENSE file or at
5 // https://developers.google.com/open-source/licenses/bsd
6 
7 #ifndef APP_LIBCRYPTO_THREADING_H_
8 #define APP_LIBCRYPTO_THREADING_H_
9 
10 #include "packager/base/macros.h"
11 
12 namespace shaka {
13 namespace media {
14 
17  public:
20 
21  private:
22  DISALLOW_COPY_AND_ASSIGN(LibcryptoThreading);
23 };
24 
25 } // namespace media
26 } // namespace shaka
27 
28 #endif // APP_LIBCRYPTO_THREADING_H_
shaka::media::LibcryptoThreading
Convenience class which initializes and terminates libcrypto threading.
Definition: libcrypto_threading.h:16
shaka
All the methods that are virtual are virtual for mocking.
Definition: gflags_hex_bytes.cc:11