DASH Media Packaging SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
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 edash_packager {
13 namespace media {
14 
17  public:
20 
21  private:
22  DISALLOW_COPY_AND_ASSIGN(LibcryptoThreading);
23 };
24 
25 } // namespace media
26 } // namespace edash_packager
27 
28 #endif // APP_LIBCRYPTO_THREADING_H_
Convenience class which initializes and terminates libcrypto threading.